mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-22 19:04:29 +04:00
The f-string feature was introduced in Python 3.6. As Buildbots may run on Debian 9, which comes per default with Python 3.5, this would cause an issue. Instead of f-strings use the *legacy* `.format()` function. Signed-off-by: Paul Spooren <mail@aparcar.org>
1.6 KiB
Executable File
1.6 KiB
Executable File