Skip to content
New issue

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

python: do not bail out when file is not found #88

Open
brainstorm opened this issue Dec 1, 2013 · 1 comment
Open

python: do not bail out when file is not found #88

brainstorm opened this issue Dec 1, 2013 · 1 comment
Assignees

Comments

@brainstorm
Copy link
Collaborator

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
$ 
@ghost ghost assigned tzcoolman Dec 2, 2013
@tzcoolman
Copy link
Contributor

oh...i ll check it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants