aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts
diff options
context:
space:
mode:
authoraripinen <aripinen@yandex-team.ru>2022-02-10 16:51:40 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:40 +0300
commitebc3b27e44d5f5720b1a1fe3cc8dfc1bc15658b7 (patch)
tree3e407c1a56ca0b28a6dff13bef4ea5060e40997c /build/scripts
parent6018ed17c37797f38d832535223970c73863306f (diff)
downloadydb-ebc3b27e44d5f5720b1a1fe3cc8dfc1bc15658b7.tar.gz
Restoring authorship annotation for <aripinen@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/scripts')
-rw-r--r--build/scripts/fetch_resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/fetch_resource.py b/build/scripts/fetch_resource.py
index d5af311e5d8..4d0091b902a 100644
--- a/build/scripts/fetch_resource.py
+++ b/build/scripts/fetch_resource.py
@@ -24,7 +24,7 @@ def fetch(url, retries=4, timeout=5):
def fetch_resource(id_):
- urls = xmlrpclib.ServerProxy("https://sandbox.yandex-team.ru/sandbox/xmlrpc").get_resource_http_links(id_)
+ urls = xmlrpclib.ServerProxy("https://sandbox.yandex-team.ru/sandbox/xmlrpc").get_resource_http_links(id_)
for u in urls:
try: