From edd4ef7e2ae7ef551f04abe1fb6f83ae316b8163 Mon Sep 17 00:00:00 2001 From: Chuck Date: Wed, 3 Jul 2013 21:01:40 +0700 Subject: [PATCH] This isn't necessary --- src/class_sqlThread.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/class_sqlThread.py b/src/class_sqlThread.py index 7cfa5da5..ebe6a7ff 100644 --- a/src/class_sqlThread.py +++ b/src/class_sqlThread.py @@ -268,7 +268,6 @@ class sqlThread(threading.Thread): item) + '" Here are the parameters; you might want to censor this data with asterisks (***) as it can contain private information: ' + str(repr(parameters)) + '\nHere is the actual error message thrown by the sqlThread: ' + str(err) + '\n') sys.stderr.write('This program shall now abruptly exit!\n') shared.printLock.release() - raw_input('Press enter to exit...') os._exit(0) shared.sqlReturnQueue.put(self.cur.fetchall())