From 04f967de8e998ad31517892d4386385800ade13d Mon Sep 17 00:00:00 2001 From: pauget Date: Fri, 20 Jun 2003 08:42:49 +0200 Subject: [PATCH] Petite nodif pour sondage encore -- Fred darcs-hash:20030620064249-41617-ae431f8b3e74c6f563c54292edc2f35326e6a5c3.gz --- syncmail | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncmail b/syncmail index 9944015d..e299b21c 100755 --- a/syncmail +++ b/syncmail @@ -185,8 +185,8 @@ def calculate_diff(filespec, contextlines): str(e), '\n***** file: ', file, ' cwd: ', os.getcwd()] elif newrev == 'NONE': lines = ['--- %s DELETED ---\n' % file] - elif string.find(file,"httpd.conf") == 0: - # Il y a le mdp mysql pour les sondages dans httpd.conf + elif string.find(file,"httpd.conf") == 0 or string.find(file,"create_sondage.py") == 0: + # Il y a le mdp mysql pour les sondages dans ces fichiers lines = ['--- diff de %s masquée ---n' % file] else: # This /has/ to happen in the background, otherwise we'll run into CVS