From 4e74225ee94b57524e5f8211419e4e8ce68ed694 Mon Sep 17 00:00:00 2001 From: squigz Date: Fri, 5 Jan 2018 08:14:36 -0500 Subject: Another pylint fix (2 spaces before in-line comment) --- ranger/gui/widgets/view_miller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/gui/widgets/view_miller.py b/ranger/gui/widgets/view_miller.py index 0c3c47ba..54750e17 100644 --- a/ranger/gui/widgets/view_miller.py +++ b/ranger/gui/widgets/view_miller.py @@ -100,7 +100,7 @@ class ViewMiller(ViewBase): # pylint: disable=too-many-ancestors,too-many-insta DisplayableContainer.draw(self) if self.settings.draw_borders: draw_borders = self.settings.draw_borders.lower() - if draw_borders in ['both', 'true']: # 'true' for backwards compat. + if draw_borders in ['both', 'true']: # 'true' for backwards compat. border_types = ['separators', 'outline'] else: border_types = [draw_borders] -- cgit 1.4.1-2-gfad0