Skip to content

Commit

Permalink
Clean some unused/failed/broken session(s) for a bank.
Browse files Browse the repository at this point in the history
  • Loading branch information
horkko committed Jun 13, 2016
1 parent 21206d7 commit f94e75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biomajmanager/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ def clean_sessions(self):
'release': task['release']}}})
cleaned += 1
else:
Utils.ok(task)
Utils.ok("Clean needed for release %s, session %f" % (task['release'], task['sid']))
if auto_clean:
Utils.ok("[%s] %d session(s) cleaned" % (self.bank.name, cleaned))
return True
Expand Down

0 comments on commit f94e75b

Please sign in to comment.