1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

Update corrector.py

This commit is contained in:
ABDUL NIYAS P M 2019-01-05 22:59:44 +05:30 committed by GitHub
parent ce5feaebf7
commit 6311bbe641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,8 +74,7 @@ def organize_commands(corrected_commands):
logs.debug('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):