~charles/bem

d91e5759674d0ddc0115599a911a2b85d85ed61a — Charles Daniels 4 years ago 1f42407
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