aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts/fetch_resource.py
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
commit22fd97ec17bb5558bdcb798cba32c8cc01355300 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /build/scripts/fetch_resource.py
parentebc3b27e44d5f5720b1a1fe3cc8dfc1bc15658b7 (diff)
downloadydb-22fd97ec17bb5558bdcb798cba32c8cc01355300.tar.gz
Restoring authorship annotation for <aripinen@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/scripts/fetch_resource.py')
-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 4d0091b902..d5af311e5d 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: