Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #55 from ssl-hep/fixing-CMS-logical-file-issue-
Browse files Browse the repository at this point in the history
Fixing cms logical file issue
  • Loading branch information
ivukotic authored Apr 8, 2022
2 parents 8abe6f5 + 0709ab6 commit e2855fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servicex/did_finder/rucio_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def list_files_for_did(self, did):
continue
path = self.get_paths(f['url']) \
if not self.report_logical_files else \
[f['identity']]
[f['identity'].strip('cms:')]

g_files.append(
{
Expand Down

0 comments on commit e2855fe

Please sign in to comment.