mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-31 10:11:14 +00:00
#301 Fix UnicodeEncodeError in debug time tracker
This commit is contained in:
parent
1a2c1aa4e9
commit
213e7bf74b
@ -79,4 +79,4 @@ def debug_time(msg, settings):
|
||||
try:
|
||||
yield
|
||||
finally:
|
||||
debug('{} took: {}'.format(msg, datetime.now() - started), settings)
|
||||
debug(u'{} took: {}'.format(msg, datetime.now() - started), settings)
|
||||
|
Loading…
x
Reference in New Issue
Block a user