mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 09:39:01 +00:00
Update corrector.py
This commit is contained in:
parent
ce5feaebf7
commit
6311bbe641
@ -74,8 +74,7 @@ def organize_commands(corrected_commands):
|
|||||||
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:
|
yield from sorted_commands
|
||||||
yield command
|
|
||||||
|
|
||||||
|
|
||||||
def get_corrected_commands(command):
|
def get_corrected_commands(command):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user