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:
2025-01-06 13:59:55 +00:00
committed by Git OBS Bridge
parent 14e9c00f78
commit 0338649d15

View File

@@ -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: