diff --git a/src/DIRAC/Interfaces/API/DiracAdmin.py b/src/DIRAC/Interfaces/API/DiracAdmin.py index 106793f0edd..b97c9f44388 100755 --- a/src/DIRAC/Interfaces/API/DiracAdmin.py +++ b/src/DIRAC/Interfaces/API/DiracAdmin.py @@ -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))