diff options
author | albazh <[email protected]> | 2022-02-10 16:48:38 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:38 +0300 |
commit | f64493e300385e4aa2833451492c6bad0e42019a (patch) | |
tree | 38493c11c997bcc68faaae0c61359bbb0f48a808 | |
parent | d21d0e15907b9dc5d8ecbdad482cfc5189feebed (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
-rwxr-xr-x | build/scripts/fetch_from_sandbox.py | 2 | ||||
-rw-r--r-- | contrib/python/ya.make | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/scripts/fetch_from_sandbox.py b/build/scripts/fetch_from_sandbox.py index a99542e1743..6573f67ca9f 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': diff --git a/contrib/python/ya.make b/contrib/python/ya.make index d01ced9f3aa..1c78714cd03 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -317,7 +317,7 @@ RECURSE( docker docopt docstring-parser - docutils + docutils dohq-teamcity dominate dotmap |