Commit 37b01e23 authored by Antoine Catton's avatar Antoine Catton

Minor: typo fix

parent 7fb2f2be
...@@ -206,7 +206,7 @@ def main(): ...@@ -206,7 +206,7 @@ def main():
logger.warning("%s finished with non zero status.", logger.warning("%s finished with non zero status.",
previous_command) previous_command)
else: else:
logger.info("%s finish successfully.", previous_command) logger.info("%s finished successfully.", previous_command)
task_running.flush() task_running.flush()
db[previous_command] = str(task_running.get_previous_timestamp()) db[previous_command] = str(task_running.get_previous_timestamp())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment