From 3ddb6aef1bfbe1a8684c22a1afca2a87f3a830d1 Mon Sep 17 00:00:00 2001 From: spoob Date: Tue, 10 Nov 2009 22:35:44 +0100 Subject: better uploaded pattern --- pyLoadCore.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 2408c999c..9c9d468b4 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -151,6 +151,7 @@ class Core(object): for line in open(file_handler, "r").readlines(): if "props['pattern']" in line: plugin_pattern = line.split("r\"")[1].split("\"")[0] + break if plugin_pattern != "": self.plugins_avaible[plugin_file] = plugin_pattern self.logger.debug(plugin_file + _(" added")) -- cgit v1.2.3