mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 09:39:01 +00:00
Fixed corrector.py format string
This commit is contained in:
parent
6975d30818
commit
5424e03e9f
@ -71,7 +71,7 @@ def organize_commands(corrected_commands):
|
|||||||
without_duplicates,
|
without_duplicates,
|
||||||
key=lambda corrected_command: corrected_command.priority)
|
key=lambda corrected_command: corrected_command.priority)
|
||||||
|
|
||||||
logs.debug('Corrected commands: '.format(
|
logs.debug('Corrected commands: {}'.format(
|
||||||
', '.join(u'{}'.format(cmd) for cmd in [first_command] + sorted_commands)))
|
', '.join(u'{}'.format(cmd) for cmd in [first_command] + sorted_commands)))
|
||||||
|
|
||||||
for command in sorted_commands:
|
for command in sorted_commands:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user