Skip to content

Commit

Permalink
feat(BadJobParameterError): add docstring.
Browse files Browse the repository at this point in the history
I hope this silences the warning/error I get in building iLCDirac docs
  • Loading branch information
andresailer committed Jun 21, 2024
1 parent 4886513 commit 5d9b83d
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 5d9b83d

Please sign in to comment.