|
# TODO: Logging -> "No Json Object could be decoded." |
|
except Exception as e: |
|
raise Exception("Watcher error 1: {0}".format(e)) |
|
return json.loads("{}"), -1 |
|
except Exception as e: |
|
raise Exception("Watcher error 2: {0}".format(e)) |
This issue was generated by todo based on a TODO
comment in f52e130. It's been assigned to @sub-mod because they committed the code.