Skip to content

Commit 5034bb2

Browse files
sthapaBenGalewsky
authored andcommitted
Add prefix argument
1 parent e5021a4 commit 5034bb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/servicex_did_finder_lib/communication.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ def add_did_finder_cnd_arguments(parser: argparse.ArgumentParser):
151151
did finder/servicex communication will be added.
152152
'''
153153
parser.add_argument('--rabbit-uri', dest="rabbit_uri", action='store', required=True)
154+
parser.add_argument('--prefix', dest="prefix", action='store', required=False,
155+
default="",
156+
help='Prefix to add to use a caching proxy for URIs')
154157

155158

156159
def start_did_finder(did_finder_name: str,

0 commit comments

Comments
 (0)