about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorsquigz <squigglezworth@gmail.com>2018-01-05 08:01:28 -0500
committersquigz <squigglezworth@gmail.com>2018-01-05 08:01:28 -0500
commit520e76e13f619715175b6ce83e22ad0e3e65b057 (patch)
tree5ecad20aa1165cfb18efacfe38b54fbb688ce8fc
parentb24a2246dc4c144e8589dbff03fd21301721c285 (diff)
downloadranger-520e76e13f619715175b6ce83e22ad0e3e65b057.tar.gz
Disable pylint too-many-branches for _draw_borders
-rw-r--r--ranger/gui/widgets/view_miller.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/gui/widgets/view_miller.py b/ranger/gui/widgets/view_miller.py
index e207ab49..0c3c47ba 100644
--- a/ranger/gui/widgets/view_miller.py
+++ b/ranger/gui/widgets/view_miller.py
@@ -113,6 +113,7 @@ class ViewMiller(ViewBase):  # pylint: disable=too-many-ancestors,too-many-insta
             self._draw_info(self.draw_info)
 
     def _draw_borders(self, border_types):
+        # pylint: disable=too-many-branches
         win = self.win
 
         self.color('in_browser', 'border')