From 6d0c30e56cf5a86d37c2305326ea88622334b546 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 11 Apr 2016 20:41:28 +0100 Subject: use % formatter --- ranger/gui/widgets/statusbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/gui/widgets/statusbar.py b/ranger/gui/widgets/statusbar.py index 33aa4296..aa359c9a 100644 --- a/ranger/gui/widgets/statusbar.py +++ b/ranger/gui/widgets/statusbar.py @@ -291,7 +291,7 @@ class StatusBar(Widget): elif pos >= max_pos: right.add('Bot', base, 'bot') else: - right.add('{0:0>.0f}%'.format(100.0 * pos / max_pos), + right.add('{:0.0%}'.format(pos / max_pos), base, 'percentage') else: right.add('0/0 All', base, 'all') -- cgit 1.4.1-2-gfad0