From 0492545c160db19f5b810ea79ac916b864ffbc6f Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 16 Mar 2015 22:42:06 +0900 Subject: Fix a typo s/self\.notify/self\.fm\.notify/ --- ranger/config/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/config/commands.py b/ranger/config/commands.py index 9bb203b9..b47cb6ad 100644 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -1439,7 +1439,7 @@ class linemode(default_linemode): mode = DEFAULT_LINEMODE if mode not in self.fm.thisfile.linemode_dict: - self.notify("Unhandled linemode: `%s'" % mode, bad=True) + self.fm.notify("Unhandled linemode: `%s'" % mode, bad=True) return self.fm.thisdir._set_linemode_of_children(mode) -- cgit 1.4.1-2-gfad0