Skip to content

Commit

Permalink
Fixed proj_dir link
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Feb 6, 2024
1 parent 0e60c9b commit 8e062fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/compute/serial_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def __init__(self,
with open(detail_file) as f:
detail = json.load(f)

self.proj_dir = cfg['proj_dir']
self.proj_dir = f'{self.workdir}/in_progress/{self.proj_code}'

if 'update' in cfg:
self.updates = cfg['update']
Expand Down

0 comments on commit 8e062fe

Please sign in to comment.