Skip to content

Commit

Permalink
Protocols: Removing mentioning of adler32 in webdav.py rucio#5977
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwaizer authored and bari12 committed Sep 20, 2023
1 parent 588a125 commit c3ded05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rucio/rse/protocols/webdav.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def stat(self, path):
:raises SourceNotFound: if the source file was not found on the referred storage.
:raises RSEAccessDenied: in case of permission issue.
:returns: a dict with two keys, filesize and adler32 of the file provided in path.
:returns: a dict with filesize of the file provided in path as a key.
"""
headers = {'Depth': '1'}
dict_ = {}
Expand Down

0 comments on commit c3ded05

Please sign in to comment.