Skip to content

Commit

Permalink
referencing BadJobParameterError with full path
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzov1999 committed Nov 3, 2023
1 parent f2fc2f1 commit eb7da77
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 eb7da77

Please sign in to comment.