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 <[email protected]>
  • Loading branch information
martynia and fstagni committed Jul 28, 2023
1 parent 1f154ab commit 1639db7
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 1639db7

Please sign in to comment.