Skip to content

Commit

Permalink
pelican is needed to access files from osdf. stashcp doesn't work now (
Browse files Browse the repository at this point in the history
  • Loading branch information
bhooshan-gadre authored Jan 15, 2025
1 parent 0dfb476 commit 32d3a1f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pycbc/workflow/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,10 @@ def resolve_url(
# OSDF will require a scitoken to be present and stashcp to be
# available. Thanks Dunky for the code here!
cmd = [
which("stashcp") or "stashcp",
u.path,
filename,
which("pelican") or "pelican",
"object get",
u.scheme + "://" + u.path,
filename
]

try:
Expand Down

0 comments on commit 32d3a1f

Please sign in to comment.