diff --git a/bcfg2/plugins/Python.py b/bcfg2/plugins/Python.py index f01d88dc..7a582d84 100644 --- a/bcfg2/plugins/Python.py +++ b/bcfg2/plugins/Python.py @@ -165,7 +165,7 @@ class Python(Bcfg2.Server.Plugin.Plugin,Bcfg2.Server.Plugin.Generator): if event.filename[0] == '/' \ or event.filename.endswith(".COMPILED") \ or event.filename.endswith("~") \ - or event.filename.endswith(".swp") \ + or event.filename.endswith(".swp") \ or event.filename.startswith(".#"): return