mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-07 13:41:21 +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:
|
try:
|
||||||
yield
|
yield
|
||||||
finally:
|
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