style: fix python black formatting of "generate-docs-nm-settings-docs-merge.py"

This commit is contained in:
Thomas Haller 2022-09-08 08:55:42 +02:00
parent f225344812
commit af2bc358df
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -110,6 +110,7 @@ def node_set_attr(dst_node, name, nodes):
if x:
dst_node.set(name, x)
def find_attr(properties_attrs, name):
for p_attr in properties_attrs:
if p_attr is not None:
@ -117,6 +118,7 @@ def find_attr(properties_attrs, name):
if p_attr is not None:
return p_attr
###############################################################################
gl_only_from_first = False