fix syntax error

This commit is contained in:
Noah Swartz
2016-05-20 13:25:34 -07:00
parent 686e60b4bf
commit 46be2df199
+1 -1
View File
@@ -489,7 +489,7 @@ class Reverter(object):
if not os.path.exists(changes_since_path):
logger.info("Rollback checkpoint is empty (no changes made?)")
with open(self.config.changes_since_path) as f:
with open(changes_since_path, 'w') as f:
f.write("No changes\n")
# Add title to self.config.in_progress_dir CHANGES_SINCE