summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-10 19:59:04 +0200
committerhut <hut@lavabit.com>2011-10-10 19:59:04 +0200
commit57e1014a2d887700846d91e555dd3d364c288ab2 (patch)
treeb7350c36e707fee02af09ae10068a79360d89613 /ranger
parent97beb87a99c106402e43b6f0e43c8cec9bd26107 (diff)
downloadranger-57e1014a2d887700846d91e555dd3d364c288ab2.tar.gz
core.actions: shortened long line
Diffstat (limited to 'ranger')
-rw-r--r--ranger/core/actions.py3
1 files changed, 2 insertions, 1 deletions
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.
/commit/ranger.py?h=v1.9.0b1&id=a66c4a26f79d71210422f7d977b892d5a700dae8'>a66c4a26 ^
8fa87054 ^




a66c4a26 ^

f027adc0 ^
5c210a96 ^

3de15ddd ^

5c210a96 ^
fb275079 ^

5c210a96 ^
3d566884 ^
e30d16cb ^
3d566884 ^
621a1a39 ^
9bc5d95c ^
c44b726e ^
465bff73 ^




f027adc0 ^
f8e96a97 ^

0b5c4cbe ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55