Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
While working on#132173 I've noticed that this error message mentions the wrong function:
>>>import_interpreters>>>_interpreters.create()1>>>_interpreters.run_string(1,'')Traceback (mostrecentcalllast):File"<python-input-2>",line1,in<module>_interpreters.run_string(1,'')~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^ValueError:_interpreters.exec():badscripttext (tooshort)
It should be:
>>>import_interpreters>>>_interpreters.create()1>>>_interpreters.run_string(1,'')Traceback (mostrecentcalllast):File"<python-input-4>",line1,in<module>_interpreters.run_string(1,'')~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^ValueError:_interpreters.run_string():badscripttext (tooshort)
I have a PR ready.
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done