From b73dfbc685e66ba27e80f97838f1b87f7e2cde86 Mon Sep 17 00:00:00 2001 From: Lorenzo Valentini Date: Fri, 3 Nov 2023 14:55:06 +0100 Subject: [PATCH] docs: referencing BadJobParameterError with full path --- src/DIRAC/Interfaces/API/Job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DIRAC/Interfaces/API/Job.py b/src/DIRAC/Interfaces/API/Job.py index 6625f66bc07..15deda4cd9f 100755 --- a/src/DIRAC/Interfaces/API/Job.py +++ b/src/DIRAC/Interfaces/API/Job.py @@ -570,7 +570,7 @@ def setNumberOfProcessors(self, numberOfProcessors=None, minNumberOfProcessors=N :return: S_OK - :raises BadJobParameterError: If the function arguments are not valid. + :raises ~DIRAC.Interfaces.API.Job.BadJobParameterError: If the function arguments are not valid. """ # If min and max are the same then that's the same as setting numberOfProcessors if minNumberOfProcessors and maxNumberOfProcessors and minNumberOfProcessors == maxNumberOfProcessors: