fix syntx error in patch
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=240
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
+ # Let's give udev a chance to catch up
|
||||
+ try:
|
||||
+ util.udevadm_settle()
|
||||
+ exceptsubp.ProcessExecutionError:
|
||||
+ except subp.ProcessExecutionError:
|
||||
+ pass
|
||||
+ known_macs = net.get_interfaces_by_mac()
|
||||
+ if mac not in known_macs:
|
||||
|
Reference in New Issue
Block a user