Skip to content

Commit

Permalink
Merge pull request #2193 from ganga-devs/add_decorator
Browse files Browse the repository at this point in the history
Add missing credential decorator
  • Loading branch information
mesmith75 committed Sep 4, 2023
2 parents 6ce91c6 + 4a0fdd7 commit c6ba416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ganga/GangaDirac/Lib/Backends/DiracBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@ def getOutputDataLFNs(self):
lfns.extend([f.lfn for f in outputfiles_iterator(j, DiracFile) if f.lfn != ''])
return lfns

@require_credential
def getOutputDataAccessURLs(self):
"""Retrieve the list of accessURLs assigned to outputdata for a job"""
return getAccessURLs(self.getOutputDataLFNs())
Expand Down

0 comments on commit c6ba416

Please sign in to comment.