##// END OF EJS Templates
Remove redundant setting of tempfile_suffix....
foobarbyte -
Show More
@@ -250,7 +250,6 b' def newline_autoindent_outer(inputsplitter) -> Callable[..., None]:'
250
250
251
251
252 def open_input_in_editor(event):
252 def open_input_in_editor(event):
253 event.app.current_buffer.tempfile_suffix = ".py"
254 event.app.current_buffer.open_in_editor()
253 event.app.current_buffer.open_in_editor()
255
254
256
255
General Comments 0
You need to be logged in to leave comments. Login now