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 | 76aa4d4f5f5a9a975b0bcf7e4f107add1c0bc043 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | f64493e300385e4aa2833451492c6bad0e42019a (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 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 6573f67ca9f..a99542e1743 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 1c78714cd03..d01ced9f3aa 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 |