Open jtraub opened 8 years ago
If Beancount tools aren't present in $PATH an attempt to use omni-completion will fail verbosely.
See attached screenshot
What I expect: quiet failure (no completion/empty completion list).
The problem happens because Python code in beancount#query_single function doesn't handle exceptions. I will send a PR in a day or two to address it.
beancount#query_single
If Beancount tools aren't present in $PATH an attempt to use omni-completion will fail verbosely.
See attached screenshot
What I expect: quiet failure (no completion/empty completion list).
The problem happens because Python code in
beancount#query_single
function doesn't handle exceptions. I will send a PR in a day or two to address it.