[bcfg2/plugin] Manque un tab
Ignore-this: 4b46108b13b0e0ee561a78c4250a4e39 darcs-hash:20130115034045-b6762-2a51b6c4df261bde088c75d71b9eb88157a18385.gz
This commit is contained in:
parent
dab37e634e
commit
2350559d9c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue