Skip to content

Commit 5fd07a8

Browse files
authored
Fix TBootstrap usage in cfg tool (#1901)
1 parent 5c443ab commit 5fd07a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/tools/cfg/static.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
from ydb.core.protos import (
1515
auth_pb2,
1616
blobstorage_vdisk_config_pb2,
17+
bootstrap_pb2,
1718
cms_pb2,
1819
config_pb2,
1920
feature_flags_pb2,
@@ -592,7 +593,7 @@ def __system_tablets(self):
592593
return all_tablets
593594

594595
def __generate_boot_txt(self):
595-
self.__proto_configs["boot.txt"] = config_pb2.TBootstrap()
596+
self.__proto_configs["boot.txt"] = bootstrap_pb2.TBootstrap()
596597

597598
for tablet_type, tablet_count in self.__system_tablets:
598599
for index in range(int(tablet_count)):

0 commit comments

Comments
 (0)