atom-python-run icon indicating copy to clipboard operation
atom-python-run copied to clipboard

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

Open MaestroNotToday opened this issue 3 years ago • 0 comments

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

MaestroNotToday avatar Feb 22 '22 19:02 MaestroNotToday