summaryrefslogtreecommitdiffstats
path: root/module/threads
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-01-13 23:24:21 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-01-13 23:24:21 +0100
commitc7ad1cc5b4a5d190a060e3ddd9274c3065da6708 (patch)
tree639062525ddde3b8c785f26a0f4091ec10d9e204 /module/threads
parentfixed pyflakes and sloccount (diff)
downloadpyload-c7ad1cc5b4a5d190a060e3ddd9274c3065da6708.tar.xz
plugin unit test, closed #499, #500
Diffstat (limited to 'module/threads')
-rw-r--r--module/threads/BaseThread.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/threads/BaseThread.py b/module/threads/BaseThread.py
index 526913e9b..f6fac46a0 100644
--- a/module/threads/BaseThread.py
+++ b/module/threads/BaseThread.py
@@ -68,6 +68,7 @@ class BaseThread(Thread):
f.close()
self.log.info("Debug Report written to %s" % dump_name)
+ return dump_name
def getFileDump(self, pyfile):
dump = "pyLoad %s Debug Report of %s %s \n\nTRACEBACK:\n %s \n\nFRAMESTACK:\n" % (