aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts/go_proto_wrapper.py
diff options
context:
space:
mode:
authorbuglloc <buglloc@yandex-team.ru>2022-02-10 16:51:09 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:09 +0300
commitb868fa2d4a6e866a6b50fd0a1b8da8cdca5b57d7 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /build/scripts/go_proto_wrapper.py
parent22f9a26d1b7124c1e1f985bbe4026d660f8eb65f (diff)
downloadydb-b868fa2d4a6e866a6b50fd0a1b8da8cdca5b57d7.tar.gz
Restoring authorship annotation for <buglloc@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/scripts/go_proto_wrapper.py')
-rw-r--r--build/scripts/go_proto_wrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/go_proto_wrapper.py b/build/scripts/go_proto_wrapper.py
index c2e9da4c4f..065120b6eb 100644
--- a/build/scripts/go_proto_wrapper.py
+++ b/build/scripts/go_proto_wrapper.py
@@ -39,7 +39,7 @@ def main(arcadia_prefix, contrib_prefix, proto_namespace, args):
assert out_dir_temp is not None, 'Output directory is not specified'
try:
- subprocess.check_output(args, stdin=None, stderr=subprocess.STDOUT)
+ subprocess.check_output(args, stdin=None, stderr=subprocess.STDOUT)
except subprocess.CalledProcessError as e:
sys.stderr.write('{} returned non-zero exit code {}.\n{}\n'.format(' '.join(e.cmd), e.returncode, e.output))
return e.returncode