##// END OF EJS Templates
default line is zero in call_editor!
vivainio -
Show More
@@ -23,7 +23,7 b' def install_editor(run_template, wait = False):'
23 the call.
23 the call.
24 """
24 """
25
25
26 def call_editor(self, file, line):
26 def call_editor(self, file, line=0):
27 if line is None:
27 if line is None:
28 line = 0
28 line = 0
29 cmd = itplns(run_template, locals())
29 cmd = itplns(run_template, locals())
General Comments 0
You need to be logged in to leave comments. Login now