diff options
author | anna-velichko <anna-velichko@yandex-team.ru> | 2022-02-10 16:46:26 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:26 +0300 |
commit | 7fc7764db59108cf26ab84c5a5d87a4a28d23c17 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/scripts/python_yndexer.py | |
parent | d81ae1c65a66c97b8ade466f91df275003d758b9 (diff) | |
download | ydb-7fc7764db59108cf26ab84c5a5d87a4a28d23c17.tar.gz |
Restoring authorship annotation for <anna-velichko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/scripts/python_yndexer.py')
-rw-r--r-- | build/scripts/python_yndexer.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/scripts/python_yndexer.py b/build/scripts/python_yndexer.py index 583d1f7f9b..3180665387 100644 --- a/build/scripts/python_yndexer.py +++ b/build/scripts/python_yndexer.py @@ -42,10 +42,10 @@ if __name__ == '__main__': timeout = int(sys.argv[2]) output_file = sys.argv[3] input_file = sys.argv[4] - partition_count = sys.argv[5] - partition_index = sys.argv[6] + partition_count = sys.argv[5] + partition_index = sys.argv[6] - process = Process([yndexer, '-f', input_file, '-y', output_file, '-c', partition_count, '-i', partition_index]) + process = Process([yndexer, '-f', input_file, '-y', output_file, '-c', partition_count, '-i', partition_index]) result = process.wait(timeout=timeout) if result != 0: |