We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23ce91 commit 2b21ce7Copy full SHA for 2b21ce7
servicex_analysis_utils/dataset_resolver.py
@@ -60,7 +60,6 @@ def ds_type_resolver(
60
return dataset.FileList([url])
61
62
elif re.match(r"^rucio://", ds_name):
63
- what_is_it = "rucio"
64
did = ds_name[8:]
65
return dataset.Rucio(did)
66
0 commit comments