We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b98f1 commit cecd6f7Copy full SHA for cecd6f7
bpython/curtsiesfrontend/repl.py
@@ -415,6 +415,8 @@ def startup(self):
415
self.interp.runsource(f.read(), filename, 'exec')
416
else:
417
418
+ else:
419
+ raise IOError("Python startup file (PYTHONSTARTUP) not found at %s" % filename)
420
421
def clean_up_current_line_for_exit(self):
422
"""Called when trying to exit to prep for final paint"""
0 commit comments