mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 19:02:20 +03:00
command_runner
This commit is contained in:
parent
199b543c6e
commit
17da8ebeea
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ class CommandRunner(object):
|
||||||
json_data = json.loads(event)
|
json_data = json.loads(event)
|
||||||
self.logger.info(event)
|
self.logger.info(event)
|
||||||
|
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.logger.error(
|
self.logger.error(
|
||||||
'A problem occurred while loading json. Check json format! Error Message: {0}.'
|
'A problem occurred while loading json. Check json format! Error Message: {0}.'
|
||||||
|
|
Loading…
Reference in a new issue