Skip to content

Commit

Permalink
Update DiracBase.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmith75 authored Jun 1, 2024
1 parent e0cbeea commit aa43ab8
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 @@ -824,6 +824,7 @@ def clearFileInfo(f):
outputfiles_foreach(j, DiracFile, lambda x: clearFileInfo(x))

@require_disk_space
@require_credential
def getOutputData(self, outputDir=None, names=None, force=False, ignoreMissing=False):
"""Retrieve data stored on SE to dir (default=job output workspace).
If names=None, then all outputdata is downloaded otherwise names should
Expand Down

0 comments on commit aa43ab8

Please sign in to comment.