]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
Moron
authorVincent <legallic@crans.org>
Thu, 23 Jan 2014 18:10:08 +0000 (19:10 +0100)
committerVincent <legallic@crans.org>
Thu, 23 Jan 2014 18:10:08 +0000 (19:10 +0100)
bde/supprimer_quelquun.py

index 74c3a8189c6b0b07af63d9a97b021db5832b4f7d..b28d711cb4f2fa2cc77987f9aa06e96da3f95d4c 100755 (executable)
@@ -75,7 +75,7 @@ def interactive_delete(liste):
     ans=raw_input("""Êtes-vous sûr de vouloir les "supprimer" ? """)
     if ans in ["oui","o","O","OUI","Y","y","YES","yes"]:
         try:
-            supprime(debut, fin)
+            supprime(liste)
         except NonZeroError:
             exit(1)
         print "Et bim !"