From 6ca9a058e1e2f27513edc4e69890c88926a9a69c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Sat, 21 Jun 2014 19:31:09 +0200 Subject: [PATCH] [Affichage] Bugfix qui en a introduit un autre --- gestion/affichage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/affichage.py b/gestion/affichage.py index a618ff21..0cdbfdc6 100755 --- a/gestion/affichage.py +++ b/gestion/affichage.py @@ -42,7 +42,7 @@ import time import re oct_names = ["Pio", "Tio", "Gio", "Mio", "Kio"] -oct_sizes = [1024**(len(oct_names) - i - 1) for i in xrange(0, len(oct_names))] +oct_sizes = [1024**(len(oct_names) - i) for i in xrange(0, len(oct_names))] term_format = '\x1b\[[0-1];([0-9]|[0-9][0-9])m' dialog_format = '\\\Z.' sep_col = u"|"