summaryrefslogtreecommitdiffstats
path: root/Plugins
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-08-24 16:01:03 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-08-24 16:01:03 +0200
commiteb31362ed7d7bdf24acda85915729a686dfbb86e (patch)
treee43f8d7e799a3989a62c1bace978af9f1ac6bb5f /Plugins
parentUpdated Hoerbuch.in (diff)
downloadpyload-eb31362ed7d7bdf24acda85915729a686dfbb86e.tar.xz
little fixes
Diffstat (limited to 'Plugins')
-rw-r--r--Plugins/Plugin.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Plugins/Plugin.py b/Plugins/Plugin.py
index 945d8ec76..0a7b3ecb2 100644
--- a/Plugins/Plugin.py
+++ b/Plugins/Plugin.py
@@ -54,8 +54,7 @@ class Plugin():
pyfile.status.exists = self.file_exists()
if not pyfile.status.exists:
- #raise Exception, "The file was not found on the server."
- self.logger.info("The file was not found on the server.")
+ raise Exception, "The file was not found on the server."
return False
pyfile.status.filename = self.get_file_name()