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
commit76aa4d4f5f5a9a975b0bcf7e4f107add1c0bc043 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /build/scripts/fetch_from_sandbox.py
parentf64493e300385e4aa2833451492c6bad0e42019a (diff)
downloadydb-76aa4d4f5f5a9a975b0bcf7e4f107add1c0bc043.tar.gz
Restoring authorship annotation for <albazh@yandex-team.ru>. Commit 2 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 6573f67ca9..a99542e174 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':