From 338451c25ce289ff949a0de70a76e078bd3876ba Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sun, 19 Feb 2023 14:57:09 +0100 Subject: [PATCH] webconfig: Set a variable before This fixes things if a theme is entirely empty. Fixes #9590 (cherry picked from commit acde38fed3d5f2c0b4bd0780c29f2d457893a457) --- share/tools/web_config/webconfig.py | 1 + 1 file changed, 1 insertion(+) diff --git a/share/tools/web_config/webconfig.py b/share/tools/web_config/webconfig.py index 6739f6fad..7a827bd84 100755 --- a/share/tools/web_config/webconfig.py +++ b/share/tools/web_config/webconfig.py @@ -1508,6 +1508,7 @@ class FishConfigHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): "fish_pager_color_secondary_description", ) ) + output="" for item in postvars.get("colors"): what = item.get("what") color = item.get("color")