Skip to content

Commit f61a59d

Browse files
committed
Try to re-enable color logs in test to see if it works with python 2.6
1 parent 15a7ae6 commit f61a59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/testsuite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
if not logger.handlers:
2323
channel = logging.StreamHandler()
24-
#channel.setFormatter(log.DebugLogFormatter())
24+
channel.setFormatter(log.DebugLogFormatter())
2525
logger.addHandler(channel)
2626
logger.setLevel('INFO')
2727

0 commit comments

Comments
 (0)