Merge pull request #1001 from aguskov/master
Fixed alloy.py exiting on Windows
This commit is contained in:
1
alloy.py
1
alloy.py
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user