summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-24 19:51:30 +0100
committerhut <hut@lavabit.com>2010-01-24 19:51:30 +0100
commitcedb55349e75e36696ca275ee98d0a902d3286e7 (patch)
treefc8b5ee436fcb592fb41245cc0852f5767211928
parent4f1a6e67b5a29f30bb3c5bc0e26938c8a6d3ff90 (diff)
downloadranger-cedb55349e75e36696ca275ee98d0a902d3286e7.tar.gz
bugfix
-rw-r--r--ranger/actions.py2
-rw-r--r--ranger/gui/widgets/console.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ranger/actions.py b/ranger/actions.py
index f02e3cb4..406faf64 100644
--- a/ranger/actions.py
+++ b/ranger/actions.py
@@ -237,7 +237,7 @@ class Actions(EnvironmentAware, SettingsAware):
 	def execute_file(self, files, **kw):
 		"""Execute a file.
 		app is the name of a method in Applications, without the "app_"
-		flags is a string consisting of applications.ALLOWED_FLAGS
+		flags is a string consisting of runner.ALLOWED_FLAGS
 		mode is a positive integer.
 		Both flags and mode specify how the program is run."""
 
diff --git a/ranger/gui/widgets/console.py b/ranger/gui/widgets/console.py
index 094a5c17..0b4f76c7 100644
--- a/ranger/gui/widgets/console.py
+++ b/ranger/gui/widgets/console.py
@@ -542,7 +542,7 @@ class QuickOpenConsole(ConsoleWithTab):
 		return self.fm.apps.has(arg)
 
 	def _is_flags(self, arg):
-		from ranger.applications import ALLOWED_FLAGS
+		from ranger.runner import ALLOWED_FLAGS
 		return all(x in ALLOWED_FLAGS for x in arg)
 
 	def _is_mode(self, arg):
2018-09-21 23:52:48 -0700 committer Kartik Agaram <vc@akkartik.com> 2018-09-21 23:52:48 -0700 4586 - factorial checks commandline to run tests' href='/akkartik/mu/commit/subx/apps/factorial.subx?h=main&id=3f8597bc3d44ab26536b080ae00e3b66202137d6'>3f8597bc ^
6ff9ce26 ^
a49bc413 ^
ee9a9237 ^


6ff9ce26 ^
8188bbbc ^
bf02a19d ^


56102844 ^







33352536 ^
8188bbbc ^
1639687b ^
bf02a19d ^
33352536 ^
6030d7e2 ^
bf02a19d ^

ee9a9237 ^
6030d7e2 ^
33352536 ^
ee9a9237 ^
71ee78f2 ^
ee9a9237 ^
33352536 ^
bf02a19d ^



6030d7e2 ^
604c8315 ^
282681c7 ^

03d50cc8 ^
bbf65bfc ^
604c8315 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
33352536 ^
33352536 ^

282681c7 ^
33352536 ^
6030d7e2 ^
6ff9ce26 ^
33352536 ^
ee9a9237 ^
33352536 ^


518429b1 ^
33352536 ^
33352536 ^
6030d7e2 ^
33352536 ^



ee9a9237 ^
33352536 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
33352536 ^
6030d7e2 ^
33352536 ^
6030d7e2 ^
04be5eb2 ^
ee9a9237 ^
33352536 ^


6030d7e2 ^
6ff9ce26 ^
03d50cc8 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
33352536 ^

ee9a9237 ^
6030d7e2 ^

33352536 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
33352536 ^
6030d7e2 ^

d48cfd0f ^
ee9a9237 ^
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120