~charles/bem

7e374115b622a5d4f71f4c0eb49e8c2a622b3315 — Charles Daniels 4 years ago 38e1cb3
also get the exception
1 files changed, 1 insertions(+), 0 deletions(-)

M bem/bem_cli.py
M bem/bem_cli.py => bem/bem_cli.py +1 -0
@@ 103,6 103,7 @@ def bem_cli():
    try:
        bem_engine.execute_command(config, args.command)
    except Exception as e:
        logging.deug(str(e))
        bem_util.log_exception(e)
        if 'executable file not found in $PATH": unknown' in str(e):
            logging.error("command '{}' not found".format(' '.join(args.command)))