Commit 5c24e3f2 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪 Committed by Thomas Gambier

fixup! Add Python 3 support

Typo fix of commit 7467ef4c

/reviewed-on !87
parent 69883b4b
...@@ -137,7 +137,7 @@ def _waitIpv6Ready(ipv6_interface): ...@@ -137,7 +137,7 @@ def _waitIpv6Ready(ipv6_interface):
else: else:
ipv6_address = "" ipv6_address = ""
print("[BOOT] [ERROR] No IPv6 found on interface %r, " print("[BOOT] [ERROR] No IPv6 found on interface %r, "
"try again in 5 seconds..." % ipv6_interface)) "try again in 5 seconds..." % ipv6_interface)
sleep(5) sleep(5)
class BootCommand(ConfigCommand): class BootCommand(ConfigCommand):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment