aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts/fetch_from_sandbox.py
diff options
context:
space:
mode:
authoralbazh <albazh@yandex-team.ru>2022-02-10 16:48:38 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:38 +0300
commitf64493e300385e4aa2833451492c6bad0e42019a (patch)
tree38493c11c997bcc68faaae0c61359bbb0f48a808 /build/scripts/fetch_from_sandbox.py
parentd21d0e15907b9dc5d8ecbdad482cfc5189feebed (diff)
downloadydb-f64493e300385e4aa2833451492c6bad0e42019a.tar.gz
Restoring authorship annotation for <albazh@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/scripts/fetch_from_sandbox.py')
-rwxr-xr-xbuild/scripts/fetch_from_sandbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/fetch_from_sandbox.py b/build/scripts/fetch_from_sandbox.py
index a99542e174..6573f67ca9 100755
--- a/build/scripts/fetch_from_sandbox.py
+++ b/build/scripts/fetch_from_sandbox.py
@@ -138,7 +138,7 @@ def fetch(resource_id, custom_fetcher):
except Exception as e:
sys.stderr.write(
"Failed to fetch resource {}: {}\n".format(resource_id, str(e))
- )
+ )
raise
if resource_info.get('state', 'DELETED') != 'READY':