summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2017-10-07 16:30:49 +0200
committerWojciech Siewierski <wojciech.siewierski@onet.pl>2017-10-07 16:30:49 +0200
commit301faeae82c9f74d89b1bd85b0c52afd904a3699 (patch)
treec2a2300970129cae7fa30b4cfd4449534b80722b
parentc06b62b3cb340bdd47ada19b238108cb1f3fd80c (diff)
downloadranger-301faeae82c9f74d89b1bd85b0c52afd904a3699.tar.gz
Fix the whitespace (pylint error)
-rw-r--r--ranger/container/bookmarks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/container/bookmarks.py b/ranger/container/bookmarks.py
index e470a486..36b06404 100644
--- a/ranger/container/bookmarks.py
+++ b/ranger/container/bookmarks.py
@@ -40,7 +40,7 @@ class Bookmarks(FileManagerAware):
         self.original_dict = {}
         self.path = bookmarkfile
         self.bookmarktype = bookmarktype
-        self.nonpersistent_bookmarks=set(nonpersistent_bookmarks)
+        self.nonpersistent_bookmarks = set(nonpersistent_bookmarks)
 
     def load(self):
         """Load the bookmarks from path/bookmarks"""