fix re-indexing and refactor debug output

pull/19/head
deadc0de6 4 years ago
parent 7cb0e2050a
commit 99d29c272f

@ -76,7 +76,7 @@ class Logger:
def debug(string):
'''to stderr no color'''
sys.stderr.write('{}\n'.format(string))
sys.stderr.write('[DBG] {}\n'.format(string))
def info(string):
'''to stdout in color'''

Loading…
Cancel
Save