pretty print volumes
1 files changed, 2 insertions(+), 2 deletions(-) M bem/bem_engine.py
M bem/bem_engine.py => bem/bem_engine.py +2 -2
@@ 142,8 142,8 @@ def execute_command(config, command): for key in config["#volumes"]: volumes[key] = config["#volumes"][key] logging.debug("volumes: {}".format(volumes)) logging.debug("volumes:") bem_util.log_pretty(logging.debug, volumes) # TODO: if getcwd does not exist inside of the container (not a child of # any volume), set to project dir instead