Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/isida/3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiSabler <dissy@ya.ru>2012-05-23 20:43:12 +0400
committerdiSabler <dissy@ya.ru>2012-05-23 20:43:12 +0400
commit86d1846e811fdd8d8b6a5eb6e51568620325f7df (patch)
treea7506709bbe0ee8ac413732c25e9cb360abf17a9 /isida.py
parentc59ac9a439f5e7893a93019c4cb55086047ceb39 (diff)
fix: locales, on-off commands, tban, spy
Diffstat (limited to 'isida.py')
-rw-r--r--isida.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/isida.py b/isida.py
index 01ee60b..4e4af62 100644
--- a/isida.py
+++ b/isida.py
@@ -21,7 +21,7 @@
# #
# --------------------------------------------------------------------------- #
-import os, sys, time, re
+import os, sys, time, re, traceback
sys.path = ['./lib'] + sys.path
@@ -149,5 +149,6 @@ if __name__ == "__main__":
except: SM = unicode(SM)
printlog(crashtext('Isida is crashed! It\'s imposible, but You do it!'))
printlog('%s\n' % SM)
- raise
+ traceback.print_exc()
+ break
os._exit(0)