different run directory

This commit is contained in:
JJJHolscher 2024-02-15 09:57:59 +01:00
parent 086fad8602
commit b6be9cee2d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[project]
name = "jo3util"
version = "0.0.13"
version = "0.0.15"
description = ""
dependencies = []
dynamic = ["readme"]

View File

@ -81,7 +81,7 @@ def root_file():
raise NotImplementedError
def run_dir(obj, root=Path(os.path.abspath("./run"))):
def run_dir(obj, root=Path(os.path.abspath("./out"))):
run_id: str = json.dumps(
obj,
default=lambda x: vars(x) if hasattr(x, "__dict__") else str(x)