1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

Zero-diff to trigger package rebuild

This commit is contained in:
Alexander Presnyakov
2025-04-02 19:51:14 +00:00
parent 93cd9354a9
commit fbf4844e71

View File

@@ -542,7 +542,7 @@ def get_desired_nodes(config=DEFAULT_MCS_CONF_PATH):
def get_read_only_nodes(root) -> list[str]:
"""Get names of read-only nodes from config"""
"""Get names of read only nodes from config"""
return [node.text for node in root.findall('./ReadOnlyNodes/Node')]