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
After a file not being found, the python interface should ideally return to the python interpreter:
>>> facs.query("jarl", "karl") karl: No such file or directory >>>
Instead of exiting to the underlying shell as it does now:
>>> facs.query("jarl", "karl") karl: No such file or directory $
The text was updated successfully, but these errors were encountered:
oh...i ll check it
Sorry, something went wrong.
tzcoolman
No branches or pull requests
After a file not being found, the python interface should ideally return to the python interpreter:
Instead of exiting to the underlying shell as it does now:
The text was updated successfully, but these errors were encountered: