Fixed alloy.py exiting on Windows

This commit is contained in:
Andrey Guskov
2015-03-27 18:26:50 +03:00
parent 108b7dced5
commit 25988947e4

View File

@@ -840,6 +840,7 @@ def Main():
error("It's forbidden to run alloy two times in a second, logs are in ./logs", 1)
os.rename(f_date, date_name)
print_debug("Logs are in " + date_name + "\n", False, "")
exit(0)
###Main###
from optparse import OptionParser