style: fix python black formatting of "generate-docs-nm-settings-docs-merge.py"
This commit is contained in:
@@ -110,6 +110,7 @@ def node_set_attr(dst_node, name, nodes):
|
|||||||
if x:
|
if x:
|
||||||
dst_node.set(name, x)
|
dst_node.set(name, x)
|
||||||
|
|
||||||
|
|
||||||
def find_attr(properties_attrs, name):
|
def find_attr(properties_attrs, name):
|
||||||
for p_attr in properties_attrs:
|
for p_attr in properties_attrs:
|
||||||
if p_attr is not None:
|
if p_attr is not None:
|
||||||
@@ -117,6 +118,7 @@ def find_attr(properties_attrs, name):
|
|||||||
if p_attr is not None:
|
if p_attr is not None:
|
||||||
return p_attr
|
return p_attr
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
gl_only_from_first = False
|
gl_only_from_first = False
|
||||||
|
Reference in New Issue
Block a user