Skip to content

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

@brainstorm

Description

@brainstorm

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
$ 

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions