Skip to content

Commit

Permalink
fix: Update docs in src/DIRAC/Interfaces/API/DiracAdmin.py
Browse files Browse the repository at this point in the history
Co-authored-by: fstagni <federico.stagni@cern.ch>
  • Loading branch information
martynia and fstagni committed Jul 26, 2023
1 parent 57ddc51 commit e4de37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DIRAC/Interfaces/API/DiracAdmin.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def getJobPilotOutput(self, jobID, directory="", remote=False):

#############################################################################
def getPilotOutput(self, gridReference, directory="", remote=False):
"""Retrieve the pilot output (std.out and std.err) for an existing job in the WMS.
"""Retrieve the pilot output (std.out and std.err) for an existing pilot reference.
When remote flag is true, logs are retrieved from a remote storage.
>>> gLogger.notice(dirac.getJobPilotOutput(12345))
Expand Down

0 comments on commit e4de37d

Please sign in to comment.