diff options
author | albazh <albazh@yandex-team.ru> | 2022-02-10 16:48:38 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:38 +0300 |
commit | f64493e300385e4aa2833451492c6bad0e42019a (patch) | |
tree | 38493c11c997bcc68faaae0c61359bbb0f48a808 /build/scripts/fetch_from_sandbox.py | |
parent | d21d0e15907b9dc5d8ecbdad482cfc5189feebed (diff) | |
download | ydb-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-x | build/scripts/fetch_from_sandbox.py | 2 |
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': |