From 25988947e4dce5d249a7b7ae956bf57bf60c66fb Mon Sep 17 00:00:00 2001 From: Andrey Guskov Date: Fri, 27 Mar 2015 18:26:50 +0300 Subject: [PATCH] Fixed alloy.py exiting on Windows --- alloy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/alloy.py b/alloy.py index 081154c1..9c6c78eb 100755 --- a/alloy.py +++ b/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) os.rename(f_date, date_name) print_debug("Logs are in " + date_name + "\n", False, "") + exit(0) ###Main### from optparse import OptionParser