Ca faisait planter l'auto-indentation

darcs-hash:20080209172040-af139-42a6cf5c863983d0dc8b5753cb554f8866db0bb1.gz
This commit is contained in:
Jeremie Dimino 2008-02-09 18:20:40 +01:00
parent 80c86fffb4
commit 83de6af5dc

View file

@ -172,7 +172,7 @@ class Python(Bcfg2.Server.Plugin.Plugin):
if path.startswith(self.include): if path.startswith(self.include):
if posixpath.isfile(path): if posixpath.isfile(path):
# Les fichiers d'includes... # Les fichiers d includes...
identifier = path[len(self.include)+1:-3] identifier = path[len(self.include)+1:-3]
if action in ['exists', 'created', 'changed']: if action in ['exists', 'created', 'changed']:
debug("adding include file: %s" % identifier, 'green') debug("adding include file: %s" % identifier, 'green')