mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 06:38:11 +02:00
style: fix python black formatting of "generate-docs-nm-settings-docs-merge.py"
This commit is contained in:
parent
f225344812
commit
af2bc358df
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue