~charles/bem

f2653ddef0be4aba77253f2806a950ed5065bd43 — Charles Daniels 4 years ago 7e37411
fixed a typo
1 files changed, 1 insertions(+), 1 deletions(-)

M bem/bem_cli.py
M bem/bem_cli.py => bem/bem_cli.py +1 -1
@@ 103,7 103,7 @@ def bem_cli():
    try:
        bem_engine.execute_command(config, args.command)
    except Exception as e:
        logging.deug(str(e))
        logging.debug(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)))