From 41f4266962cdbd51b4dd34995990a48bf6520847 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 13 Mar 2012 15:43:20 -0400 Subject: killing FileProbes because a file fetch failed is probably not ideal --- src/lib/Server/Plugins/FileProbes.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/Server') diff --git a/src/lib/Server/Plugins/FileProbes.py b/src/lib/Server/Plugins/FileProbes.py index 269664ef4..b2fb85866 100644 --- a/src/lib/Server/Plugins/FileProbes.py +++ b/src/lib/Server/Plugins/FileProbes.py @@ -168,7 +168,6 @@ class FileProbes(Bcfg2.Server.Plugin.Plugin, while not is_bound: if tries >= 10: self.logger.error("%s still not registered" % filename) - raise Bcfg2.Server.Plugin.PluginExecutionError self.core.fam.handle_events_in_interval(1) try: cfg.entries[filename].bind_entry(entry, metadata) -- cgit v1.2.3-1-g7c22