records -> results
This commit is contained in:
parent
093818bc81
commit
7c1f1ff5d4
5 changed files with 13 additions and 18 deletions
|
|
@ -37,7 +37,7 @@ def run():
|
|||
|
||||
# todo: move to Coordinator
|
||||
DIR = DirManager(output_dir=args.output_dir, session_id=session_id)
|
||||
log_file = DIR.RECORDS / "coordinator.log"
|
||||
log_file = DIR.RESULTS / "coordinator.log"
|
||||
logger.add(log_file)
|
||||
|
||||
# ---------------------------- initialize and run ---------------------------- #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue