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 c6d7d85 commit 3a86eaeCopy full SHA for 3a86eae
bpython/curtsiesfrontend/repl.py
@@ -420,8 +420,6 @@ def startup(self):
420
self.interp.runsource(f.read(), filename, 'exec')
421
else:
422
423
- else:
424
- raise IOError("Python startup file (PYTHONSTARTUP) not found at %s" % filename)
425
426
def clean_up_current_line_for_exit(self):
427
"""Called when trying to exit to prep for final paint"""
0 commit comments