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

github.com/alkorgun/blacksmith-2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlKorgun@gmail.com <AlKorgun@gmail.com@94c44753-77e5-68b8-8764-2ca2b8acb85e>2011-10-16 20:54:11 +0400
committerAlKorgun@gmail.com <AlKorgun@gmail.com@94c44753-77e5-68b8-8764-2ca2b8acb85e>2011-10-16 20:54:11 +0400
commita2c5bd247947b271172946cc4c0b07161050064b (patch)
tree0f717e2edae2f39831df7c9dab08d3e3f029f413 /BlackSmith.py
parent88532da4f97e3e698d81e4a4680e1c83c5b57b58 (diff)
important update
Diffstat (limited to 'BlackSmith.py')
-rw-r--r--BlackSmith.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/BlackSmith.py b/BlackSmith.py
index 79915b2..a25090a 100644
--- a/BlackSmith.py
+++ b/BlackSmith.py
@@ -250,7 +250,7 @@ GenConFile = static % ("config.ini")
ConDispFile = static % ("clients.ini")
ChatsFile = dynamic % ("chats.db")
-(BsMark, BsVer, BsRev) = (2, 16, 0)
+(BsMark, BsVer, BsRev) = (2, 17, 0)
if os.access(SvnCache, os.R_OK):
BsRev = open(SvnCache).readlines()[3].strip()
@@ -371,8 +371,10 @@ def Try_Thr(Thr, Number = 0):
raise RuntimeError("exit")
try:
Thr.start()
- except:
+ except iThr.ThrFail:
Try_Thr(Thr, (Number + 1))
+ except:
+ lytic_crashlog(Thr.start)
def sThread_Run(Thr, handler, command = None):
try: