Merge pull request #1001 from aguskov/master

Fixed alloy.py exiting on Windows
This commit is contained in:
Dmitry Babokin
2015-03-27 18:35:08 +03:00

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) error("It's forbidden to run alloy two times in a second, logs are in ./logs", 1)
os.rename(f_date, date_name) os.rename(f_date, date_name)
print_debug("Logs are in " + date_name + "\n", False, "") print_debug("Logs are in " + date_name + "\n", False, "")
exit(0)
###Main### ###Main###
from optparse import OptionParser from optparse import OptionParser