diff options
author | Jeix <devnull@localhost> | 2010-11-02 19:25:56 +0100 |
---|---|---|
committer | Jeix <devnull@localhost> | 2010-11-02 19:25:56 +0100 |
commit | 7f7055e5579a20d1b0461e2c02d4e88262f191fb (patch) | |
tree | ad4c0b939f0600a300e88ff70a3a57fe29ca1e94 /module/plugins/Plugin.py | |
parent | closed #176 thanks for bug report (diff) | |
download | pyload-7f7055e5579a20d1b0461e2c02d4e88262f191fb.tar.xz |
files.mail.ru update
Diffstat (limited to 'module/plugins/Plugin.py')
-rw-r--r-- | module/plugins/Plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index 0e78686c7..502f7bc24 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -288,7 +288,7 @@ class Plugin(object): if not exists(join("tmp", self.__name__)): makedirs(join("tmp", self.__name__)) - f = open(join("tmp", self.__name__, "%s_line%s.dump" % (frame.f_back.f_code.co_name, frame.f_back.f_lineno)), "wb") + f = open(join("tmp", self.__name__, "%s_line%s.dump.html" % (frame.f_back.f_code.co_name, frame.f_back.f_lineno)), "wb") f.write(res) f.close() |