Ca faisait planter l'auto-indentation
darcs-hash:20080209172040-af139-42a6cf5c863983d0dc8b5753cb554f8866db0bb1.gz
This commit is contained in:
parent
80c86fffb4
commit
83de6af5dc
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class Python(Bcfg2.Server.Plugin.Plugin):
|
|||
|
||||
if path.startswith(self.include):
|
||||
if posixpath.isfile(path):
|
||||
# Les fichiers d'includes...
|
||||
# Les fichiers d includes...
|
||||
identifier = path[len(self.include)+1:-3]
|
||||
if action in ['exists', 'created', 'changed']:
|
||||
debug("adding include file: %s" % identifier, 'green')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue