Skip to content

Commit 0e95ea4

Browse files
authored
Merge pull request #7268 from Lorenzov1999/integration_BadJobParameterError
[9.0] docs: referencing BadJobParameterError with full path
2 parents e87844d + b73dfbc commit 0e95ea4

File tree

1 file changed

+1
-1
lines changed
  • src/DIRAC/Interfaces/API

1 file changed

+1
-1
lines changed

src/DIRAC/Interfaces/API/Job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ def setNumberOfProcessors(self, numberOfProcessors=None, minNumberOfProcessors=N
570570
571571
:return: S_OK
572572
573-
:raises BadJobParameterError: If the function arguments are not valid.
573+
:raises ~DIRAC.Interfaces.API.Job.BadJobParameterError: If the function arguments are not valid.
574574
"""
575575
# If min and max are the same then that's the same as setting numberOfProcessors
576576
if minNumberOfProcessors and maxNumberOfProcessors and minNumberOfProcessors == maxNumberOfProcessors:

0 commit comments

Comments
 (0)