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 committed Aug 14, 2023
1 parent 9ab7958 commit 12f867c
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 @@ -484,7 +484,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 12f867c

Please sign in to comment.