mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 06:38:32 +00:00
Merge 6311bbe641bc99c7b122c285ab9c7e98e3168300 into c7e7e1d884d3bb241ea6448f72a989434c2a35ec
This commit is contained in:
commit
a9183408c3
@ -74,8 +74,7 @@ def organize_commands(corrected_commands):
|
||||
logs.debug(u'Corrected commands: {}'.format(
|
||||
', '.join(u'{}'.format(cmd) for cmd in [first_command] + sorted_commands)))
|
||||
|
||||
for command in sorted_commands:
|
||||
yield command
|
||||
yield from sorted_commands
|
||||
|
||||
|
||||
def get_corrected_commands(command):
|
||||
|
Loading…
x
Reference in New Issue
Block a user