Skip to content

Commit b69d555

Browse files
authored
Fix local_ydb (#9623)
1 parent 7b2c0d2 commit b69d555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/public/tools/lib/cmds/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ def deploy(arguments):
350350
optionals['pg_compatible_expirement'] = True
351351

352352
configuration = KikimrConfigGenerator(
353-
parse_erasure(arguments),
354-
arguments.ydb_binary_path,
353+
erasure=parse_erasure(arguments),
354+
binary_paths=[arguments.ydb_binary_path] if arguments.ydb_binary_path else None,
355355
output_path=recipe.generate_data_path(),
356356
pdisk_store_path=pdisk_store_path,
357357
domain_name='local',

0 commit comments

Comments
 (0)