From 83de6af5dccf472fc96fac4a1f0360acafddb455 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Sat, 9 Feb 2008 18:20:40 +0100 Subject: [PATCH] Ca faisait planter l'auto-indentation darcs-hash:20080209172040-af139-42a6cf5c863983d0dc8b5753cb554f8866db0bb1.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 a4ea4553..95efe587 100644 --- a/bcfg2/plugins/Python.py +++ b/bcfg2/plugins/Python.py @@ -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')