summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/FileProbes.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-20 13:39:26 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-20 13:39:26 -0400
commita8c90c536ccb39088d6a50f45960c2c737c6482e (patch)
tree02d2373c04024343f2f3ab7547e2d3de11e335a8 /src/lib/Bcfg2/Server/Plugins/FileProbes.py
parent70fbf420d3b5709617009a7c695cf4729c419efb (diff)
downloadbcfg2-a8c90c536ccb39088d6a50f45960c2c737c6482e.tar.gz
bcfg2-a8c90c536ccb39088d6a50f45960c2c737c6482e.tar.bz2
bcfg2-a8c90c536ccb39088d6a50f45960c2c737c6482e.zip
fixed syntax error
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/FileProbes.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/FileProbes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/FileProbes.py b/src/lib/Bcfg2/Server/Plugins/FileProbes.py
index 550ca7d72..b4a20b0eb 100644
--- a/src/lib/Bcfg2/Server/Plugins/FileProbes.py
+++ b/src/lib/Bcfg2/Server/Plugins/FileProbes.py
@@ -115,7 +115,7 @@ class FileProbes(Bcfg2.Server.Plugin.Plugin,
create = False
try:
cfg.entries[filename].bind_entry(entry, metadata)
- except KeyError, Bcfg2.Server.Plugin.PluginExecutionError:
+ except (KeyError, Bcfg2.Server.Plugin.PluginExecutionError):
create = True
# get current entry data