From 57e1014a2d887700846d91e555dd3d364c288ab2 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 10 Oct 2011 19:59:04 +0200 Subject: core.actions: shortened long line --- ranger/core/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ranger/core/actions.py') diff --git a/ranger/core/actions.py b/ranger/core/actions.py index a109a1d6..d0e21fbc 100644 --- a/ranger/core/actions.py +++ b/ranger/core/actions.py @@ -211,7 +211,8 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware): if ranger.arg.debug: raise else: - self.notify('Error in line `%s\':\n %s' % (line, str(e)), bad=True) + self.notify('Error in line `%s\':\n %s' % + (line, str(e)), bad=True) def execute_file(self, files, **kw): """Execute a file. -- cgit 1.4.1-2-gfad0