aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts/gen_py_protos.py
diff options
context:
space:
mode:
authorr-vetrov <r-vetrov@yandex-team.ru>2022-02-10 16:48:37 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:37 +0300
commit57ec4be909691453c290c719a2055a1563ca9940 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /build/scripts/gen_py_protos.py
parente9e4986eda97ffe44139887e03f9ae77852ff8d9 (diff)
downloadydb-57ec4be909691453c290c719a2055a1563ca9940.tar.gz
Restoring authorship annotation for <r-vetrov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/scripts/gen_py_protos.py')
-rw-r--r--build/scripts/gen_py_protos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/gen_py_protos.py b/build/scripts/gen_py_protos.py
index 38bbec778b..08397472f9 100644
--- a/build/scripts/gen_py_protos.py
+++ b/build/scripts/gen_py_protos.py
@@ -44,7 +44,7 @@ def main():
assert out_dir_temp, 'Param "{0}" not found'.format(OUT_DIR_ARG)
retcode = subprocess.call(args)
- assert not retcode, 'Protoc failed for command {}'.format(' '.join(args))
+ assert not retcode, 'Protoc failed for command {}'.format(' '.join(args))
for root_temp, dirs, files in os.walk(out_dir_temp):
sub_dir = path.relpath(root_temp, out_dir_temp)