diff --git a/thefuck/corrector.py b/thefuck/corrector.py index d8b3dd15..89d21ebf 100644 --- a/thefuck/corrector.py +++ b/thefuck/corrector.py @@ -71,7 +71,7 @@ def organize_commands(corrected_commands): without_duplicates, key=lambda corrected_command: corrected_command.priority) - logs.debug('Corrected commands: {}'.format( + logs.debug(u'Corrected commands: {}'.format( ', '.join(u'{}'.format(cmd) for cmd in [first_command] + sorted_commands))) for command in sorted_commands: