Merge 6311bbe641 into 62e0767c50
This commit is contained in:
commit
e02d3f7615
|
|
@ -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…
Reference in New Issue