There was an error while loading. Please reload this page.
1 parent f030c2b commit b380df2Copy full SHA for b380df2
1 file changed
sisyphus/engine.py
@@ -66,6 +66,7 @@ def get_submit_history(self, task):
66
current_mtime = os.path.getmtime(submit_log)
67
if not last_update or last_update != current_mtime:
68
with open(submit_log) as submit_file:
69
+ id_to_rqmt.clear()
70
for line in submit_file:
71
ids, r = literal_eval(line) # list of ids, submitted requirement for this id
72
for i in ids:
0 commit comments