This commit is contained in:
Jeff Forcier 2013-11-14 11:10:54 -08:00
parent df5aa178a8
commit 7389101cf6

View file

@ -12,7 +12,7 @@ def _log(txt, config):
Intended to be partial'd w/ config at top of functions. Meh.
"""
if config.releases_debug:
sys.stderr.write(str(txt))
sys.stderr.write(str(txt) + "\n")
sys.stderr.flush()