Files
Omer 04fff27d0a Fix verify-ipv6-address.py crash on Python 3.14
The argparse help string contains "fe80::1%eth0" where "%e" is
interpreted as a printf-style format specifier. Python 3.14 added
eager validation of help strings at add_argument() time (cpython
commit eb2d268ac7), causing the script to crash with
"ValueError: badly formed help string" before it even parses the
address. This potentially breaks all IPv6 Zuul jobs on Resolute nodes.

Escape "%" as "%%" per the argparse documentation.

Closes-Bug: #2158736
Change-Id: Ieda0388548d5964ec9dbc3cff52540a19e9f5625
Signed-off-by: Omer <oschwart@redhat.com>
2026-06-30 17:31:49 +02:00
..
2021-01-12 17:41:19 -08:00
2019-03-29 11:20:19 -07:00
2022-11-07 08:21:34 +00:00
2016-08-22 17:00:50 +00:00