Skip to content

Commit

Permalink
Merge pull request DIRACGrid#7268 from Lorenzov1999/integration_BadJo…
Browse files Browse the repository at this point in the history
…bParameterError

[9.0] docs: referencing BadJobParameterError with full path
  • Loading branch information
fstagni authored Nov 6, 2023
2 parents e87844d + b73dfbc commit 0e95ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DIRAC/Interfaces/API/Job.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0e95ea4

Please sign in to comment.