ui/debuglock.py Removed extra backslashes
These backslashes could be removed.
This commit is contained in:
parent
cfce5c8500
commit
7634ce10d1
@ -44,6 +44,6 @@ class DebuggingLock:
|
|||||||
loglock.release()
|
loglock.release()
|
||||||
|
|
||||||
def print_tb(self, msg):
|
def print_tb(self, msg):
|
||||||
self.logmsg(".... %s: Thread %s attempting to %s\n" % \
|
self.logmsg(".... %s: Thread %s attempting to %s\n" %
|
||||||
(self.name, currentThread().getName(), msg) + \
|
(self.name, currentThread().getName(), msg) +
|
||||||
"\n".join(traceback.format_list(traceback.extract_stack())))
|
"\n".join(traceback.format_list(traceback.extract_stack())))
|
||||||
|
Loading…
Reference in New Issue
Block a user