Skip to content

Commit

Permalink
update the final info log with results output dir (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Aug 13, 2024
1 parent af85e8b commit 156bbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vivarium/interface/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def run(
with open(results_root / "metadata.yaml", "w") as f:
yaml.dump(metadata, f, default_flow_style=False)

logger.info(f"Simulation finished.\nResults written to {output_data}")
logger.info(f"Simulation finished.\nResults written to {str(output_data_root)}")


@simulate.command()
Expand Down

0 comments on commit 156bbe8

Please # to comment.