This commit is contained in:
ABDUL NIYAS P M 2023-10-18 06:13:13 -03:00 committed by GitHub
commit e02d3f7615
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(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):