Skip to content

Commit

Permalink
- fixed weird typo in string.format call for revert logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Laharah committed Feb 9, 2016
1 parent a5199eb commit cbc6b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebottool/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ def do_revert(self, torrent_id):
"Rolling Back and recheking.".format(torrent_id,
''.join(' ' + f + '\n' for f in conflicts))))

log.debug("Attempting to re-reoute torrent: {00}".fo10rmat(
log.debug("Attempting to re-reoute torrent: {00}".format(
deluge_movements))
self._redirect_torrent_paths(torrent_id, deluge_movements,
original_state=original_torrent_state)
Expand Down

0 comments on commit cbc6b69

Please sign in to comment.