From 32d3a1fb6aef656e4a80edf4afef6341d9c9ec94 Mon Sep 17 00:00:00 2001 From: Bhooshan Uday Varsha Gadre Date: Wed, 15 Jan 2025 14:12:52 +0100 Subject: [PATCH] pelican is needed to access files from osdf. stashcp doesn't work now (#5001) --- pycbc/workflow/configuration.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pycbc/workflow/configuration.py b/pycbc/workflow/configuration.py index 6fef58acbb0..137ad1580c2 100644 --- a/pycbc/workflow/configuration.py +++ b/pycbc/workflow/configuration.py @@ -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: