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)))