Skip to content

Commit

Permalink
Update petric.py
Browse files Browse the repository at this point in the history
Co-authored-by: Casper da Costa-Luis <[email protected]>
  • Loading branch information
KrisThielemans and casperdcl authored Jul 10, 2024
1 parent 821a868 commit d2147d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petric.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
OUTDIR = Path(f"/o/logs/{TEAM}/{VERSION}" if TEAM and VERSION else "./output")
SRCDIR = Path("/mnt/share/petric")
if not SRCDIR.is_dir():
SRCDIR = Path(f"{Path.cwd()}/data")
SRCDIR = Path("./data")


class SaveIters(cbks.Callback):
Expand Down

0 comments on commit d2147d1

Please sign in to comment.