summaryrefslogtreecommitdiffstats
path: root/Plugins/Plugin.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-08-24 15:45:16 +0200
committerGravatar spoob <spoob@gmx.de> 2009-08-24 15:45:16 +0200
commitcac85c230764ac665485bbe4c8416a2c200e2ac0 (patch)
treeb60bbc86ec1a8f35d1c99a5fe7ec1f6edd1c2081 /Plugins/Plugin.py
parentFixed Hoerbuch.in Plugin (diff)
downloadpyload-cac85c230764ac665485bbe4c8416a2c200e2ac0.tar.xz
Updated Hoerbuch.in
Diffstat (limited to 'Plugins/Plugin.py')
-rw-r--r--Plugins/Plugin.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Plugins/Plugin.py b/Plugins/Plugin.py
index 0ff11ecb5..945d8ec76 100644
--- a/Plugins/Plugin.py
+++ b/Plugins/Plugin.py
@@ -54,7 +54,9 @@ class Plugin():
pyfile.status.exists = self.file_exists()
if not pyfile.status.exists:
- raise Exception, "The file was not found on the server."
+ #raise Exception, "The file was not found on the server."
+ self.logger.info("The file was not found on the server.")
+ return False
pyfile.status.filename = self.get_file_name()