diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-21 18:23:28 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-21 18:23:28 +0200 |
commit | 6725cbd7f7e52741ee13f79ea030b908691232bf (patch) | |
tree | 25dec00afba7d03e938ec370a0d5570a22b1f74f /module/PluginThread.py | |
parent | adaptions for win build (diff) | |
download | pyload-6725cbd7f7e52741ee13f79ea030b908691232bf.tar.xz |
removed tempfile, win fixes
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r-- | module/PluginThread.py | 2 |
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") |