We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running any Python program results in "Error: FS error" being printed in the console and nothing else happens
The text was updated successfully, but these errors were encountered:
Seems related to Create code. The FS error specifically is from:
Simulator/src/programming/python/index.ts
Line 57 in 0525c51
possibly because /dev already exists.
/dev
There are other issues too, like:
Lines 49 to 54 in 0525c51
seems to override the registersDevice by using the same IDs in makedev(64, 0)
registersDevice
makedev(64, 0)
Sorry, something went wrong.
navzam
Successfully merging a pull request may close this issue.
Running any Python program results in "Error: FS error" being printed in the console and nothing else happens
The text was updated successfully, but these errors were encountered: