Cleaned up some more stale TODO's and FIXME's (or did / fixed the things)

This commit is contained in:
Akita Noek
2016-06-27 14:40:41 -04:00
parent 4bf50b2d6a
commit 831c4c2fef
6 changed files with 7 additions and 24 deletions

View File

@@ -142,8 +142,8 @@ def tower_periodic_scheduler(self):
try:
last_run = dateutil.parser.parse(fd.read())
return last_run
except Exception:
#TODO: LOG
except Exception as exc:
logger.error("get_last_run failed: {}".format(exc))
return None
def write_last_run(last_run):