From 1a80a6dea59ef65565597ae2fde79761f44d3af3 Mon Sep 17 00:00:00 2001 From: spoob Date: Tue, 6 Apr 2010 16:01:45 +0200 Subject: Universal File Not Found --- module/Plugin.py | 1 - 1 file changed, 1 deletion(-) (limited to 'module/Plugin.py') diff --git a/module/Plugin.py b/module/Plugin.py index 8ee882815..a9de48c3a 100644 --- a/module/Plugin.py +++ b/module/Plugin.py @@ -59,7 +59,6 @@ class Plugin(): pyfile.status.exists = self.file_exists() if not pyfile.status.exists: - raise Exception, "File not found" return False pyfile.status.filename = self.get_file_name() -- cgit v1.2.3