From 2350559d9c0b1e20b02467a3de0adf311c34f570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Tue, 15 Jan 2013 04:40:45 +0100 Subject: [PATCH] [bcfg2/plugin] Manque un tab Ignore-this: 4b46108b13b0e0ee561a78c4250a4e39 darcs-hash:20130115034045-b6762-2a51b6c4df261bde088c75d71b9eb88157a18385.gz --- bcfg2/plugins/Python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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