command_runner

This commit is contained in:
enghulusi 2021-08-31 17:18:37 +03:00
parent 199b543c6e
commit 17da8ebeea

View file

@ -60,6 +60,7 @@ class CommandRunner(object):
json_data = json.loads(event)
self.logger.info(event)
except Exception as e:
self.logger.error(
'A problem occurred while loading json. Check json format! Error Message: {0}.'