summaryrefslogtreecommitdiffstats
path: root/module/PluginThread.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-21 18:23:28 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-21 18:23:28 +0200
commit6725cbd7f7e52741ee13f79ea030b908691232bf (patch)
tree25dec00afba7d03e938ec370a0d5570a22b1f74f /module/PluginThread.py
parentadaptions for win build (diff)
downloadpyload-6725cbd7f7e52741ee13f79ea030b908691232bf.tar.xz
removed tempfile, win fixes
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r--module/PluginThread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py
index 623227061..ee5ebb0d5 100644
--- a/module/PluginThread.py
+++ b/module/PluginThread.py
@@ -92,7 +92,7 @@ class PluginThread(Thread):
- dump_name = "debug_%s_%s.txt" % (pyfile.pluginname, strftime("%d-%m-%Y_%H:%M:%S"))
+ dump_name = "debug_%s_%s.txt" % (pyfile.pluginname, strftime("%d-%m-%Y_%H-%M-%S"))
self.m.core.log.info("Debug Report written to %s" % dump_name)
f = open(dump_name, "wb")