Skip to content

Commit

Permalink
fix paht
Browse files Browse the repository at this point in the history
  • Loading branch information
stitova-idm committed Sep 21, 2023
1 parent f298876 commit 44d479b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/monique/run_to_present/run_simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _post_run(experiment: Experiment, **kwargs):
"""
wait_until_done = kwargs.get('wait_until_done', None)
if wait_until_done and experiment.succeeded:
with open("monique\\run_to_present\\experiment_id.txt", "w") as fd:
with open("monique/run_to_present/experiment_id.txt", "w") as fd:
fd.write(experiment.uid.hex)
pass

Expand Down

0 comments on commit 44d479b

Please sign in to comment.