foreshadow / atom-python-run

A simple atom package. Press one key to run your python code in atom.
https://atom.io/packages/atom-python-run
MIT License
43 stars 32 forks source link

The "file" argument must be of type string. Received type undefined #144

Open MaestroNotToday opened 2 years ago

MaestroNotToday commented 2 years ago

Cannot run the addon. After pressing F5 nothing happens, error appears in console:

Uncaught (in promise) TypeError [ERR_INVALID_ARG_TYPE] [ERR_INVALID_ARG_TYPE]: The "file" argument must be of type string. Received type undefined

Path C:\Users\XXX.atom\packages\atom-python-run\lib\atom-python-run.js:18

os: w10 atom 1.59.0 python 3.10.2