From c3ded056c52b99ef7d692dde8c947f2280c3c2b1 Mon Sep 17 00:00:00 2001 From: Kwaizer Date: Thu, 20 Jul 2023 16:12:40 +0300 Subject: [PATCH] Protocols: Removing mentioning of adler32 in webdav.py #5977 --- lib/rucio/rse/protocols/webdav.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rucio/rse/protocols/webdav.py b/lib/rucio/rse/protocols/webdav.py index c50f776112..a05001ad96 100644 --- a/lib/rucio/rse/protocols/webdav.py +++ b/lib/rucio/rse/protocols/webdav.py @@ -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_ = {}