diff --git a/gestion/affich_tools.py b/gestion/affich_tools.py index 8e44cfbc..90ff0210 100755 --- a/gestion/affich_tools.py +++ b/gestion/affich_tools.py @@ -160,7 +160,7 @@ class anim : def __init__(self,truc,iter=0) : """ Affichage de : truc.................""" - self.txt = truc + '.'*(50-len(truc)) + self.txt = truc + '.'*(45-len(truc)) self.c = 1 self.iter = iter sys.stdout.write(self.txt)