mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fixes #12719
This commit is contained in:
parent
cac7abf185
commit
e7cec4c00d
@ -744,7 +744,7 @@ class SaltNova(object):
|
||||
for net in network_lst:
|
||||
if net.label == name:
|
||||
return net.__dict__
|
||||
return False
|
||||
return {}
|
||||
|
||||
def network_show(self, name):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user