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