From 5375eb89664764a3c17444367d0f561733ca3422 Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 18 Oct 2017 00:00:02 +0200 Subject: container.bookmarks: fix bad line continuation --- ranger/container/bookmarks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/container/bookmarks.py b/ranger/container/bookmarks.py index 36b06404..59838c00 100644 --- a/ranger/container/bookmarks.py +++ b/ranger/container/bookmarks.py @@ -29,7 +29,7 @@ class Bookmarks(FileManagerAware): load_pattern = re.compile(r"^[\d\w']:.") def __init__(self, bookmarkfile, bookmarktype=str, autosave=False, - nonpersistent_bookmarks=()): + nonpersistent_bookmarks=()): """Initializes Bookmarks. specifies the path to the file where -- cgit 1.4.1-2-gfad0