1
0
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:
ABDUL NIYAS P M 2024-05-11 07:22:28 +08:00 committed by GitHub
commit a9183408c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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):