Minor changes

This commit is contained in:
cassiobotaro
2015-12-21 15:40:25 -02:00
parent 7921e5148a
commit db4c008de3

View File

@@ -1122,7 +1122,7 @@ def start(cron=True):
import shutil
sys.stdout.write("Copying logging.conf.example to logging.conf ... ")
shutil.copyfile(logfile0, 'logging.conf')
sys.stdout.write("OK\n")
sys.stdout.write('OK\n')
# ## if -T run doctests (no cron)
if hasattr(options, 'test') and options.test: