Skip to content

Commit

Permalink
Merge pull request #7684 from andresailer/docBadJob
Browse files Browse the repository at this point in the history
[integration] feat(BadJobParameterError): add docstring.
  • Loading branch information
fstagni committed Jun 24, 2024
2 parents 4886513 + 5d9b83d commit 0705e9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DIRAC/Interfaces/API/Job.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@


class BadJobParameterError(ValueError):
"""Exception to indicate a bad job parameter name."""

pass


Expand Down

0 comments on commit 0705e9a

Please sign in to comment.