We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2c0d2 commit b69d555Copy full SHA for b69d555
ydb/public/tools/lib/cmds/__init__.py
@@ -350,8 +350,8 @@ def deploy(arguments):
350
optionals['pg_compatible_expirement'] = True
351
352
configuration = KikimrConfigGenerator(
353
- parse_erasure(arguments),
354
- arguments.ydb_binary_path,
+ erasure=parse_erasure(arguments),
+ binary_paths=[arguments.ydb_binary_path] if arguments.ydb_binary_path else None,
355
output_path=recipe.generate_data_path(),
356
pdisk_store_path=pdisk_store_path,
357
domain_name='local',
0 commit comments