Skip to content

Commit

Permalink
adding raises error type to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
proccaserra committed Feb 23, 2024
1 parent 82a200b commit dc650b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion isatools/model/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ def update_checksum(path, isa_file_object: DataFile, checksum_type):
:param path:
:param isa_file_object:
:param checksum_type: enum
:return:
:return: isa_file_object:
:raises ValueError: when the checksum is invalid
"""
HASH_FUNCTIONS = {
"md5": md5,
Expand Down

0 comments on commit dc650b1

Please sign in to comment.