##// END OF EJS Templates
Turn off interactive mode if module_to_run is given.
Bradley M. Froehle -
Show More
@@ -268,6 +268,7 b' class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):'
268 268 if new and not self.force_interact:
269 269 self.interact = False
270 270 _code_to_run_changed = _file_to_run_changed
271 _module_to_run_changed = _file_to_run_changed
271 272
272 273 # internal, not-configurable
273 274 interact=Bool(True)
General Comments 0
You need to be logged in to leave comments. Login now