Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
FBurkhardt committed Feb 16, 2024
1 parent 0cc70a0 commit f39f982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nkululeko/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, config_obj):

self.set_globals(config_obj)
self.name = glob_conf.config["EXP"]["name"]
self.root = glob_conf.config["EXP"]["root"]
self.root = os.path.join(glob_conf.config["EXP"]["root"], "")
self.data_dir = os.path.join(self.root, self.name)
audeer.mkdir(self.data_dir) # create the experiment directory
self.util = Util("experiment")
Expand Down

0 comments on commit f39f982

Please sign in to comment.