Skip to content

Commit

Permalink
TEMP add /ngff/idr0125 to templatePrefix for each fileset
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Oct 20, 2023
1 parent 1635308 commit 2888b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/managed_repo_symlinks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def create_symlinks(conn, fileset_id, fileset_dirs, args):
""" fileset_dirs is dict of 'filset_dir.zarr': 's3_dir_name.zarr' """

fileset = conn.getQueryService().get("Fileset", fileset_id, conn.SERVICE_OPTS)
template_path = os.path.join(args.repo, fileset.templatePrefix.val)
template_path = os.path.join(args.repo, fileset.templatePrefix.val, "ngff", "idr0125")

if args.report:
print("\nFileset:", fileset.id.val, template_path)
Expand Down

0 comments on commit 2888b21

Please sign in to comment.