Skip to content

Commit

Permalink
Fix indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydriz committed May 1, 2016
1 parent c38412d commit 3c82167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dumps.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def dispatch(self, job, subject, date, path):
return status
elif (self.debug is False and status):
self.common.giveMessage("Marking %s on %s as checked" %
(subject, date))
(subject, date))
self.sqldb.markChecked(updatedetails)
else:
self.common.giveMessage("Marking %s on %s as failed"
Expand Down

0 comments on commit 3c82167

Please sign in to comment.