Open brainstorm opened 11 years ago
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 $
oh...i ll check it
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: