diff --git a/share/tools/web_config/webconfig.py b/share/tools/web_config/webconfig.py index e26b8e4b0..3759f7c09 100755 --- a/share/tools/web_config/webconfig.py +++ b/share/tools/web_config/webconfig.py @@ -1110,7 +1110,7 @@ class FishConfigHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): "Sets a color for a fish color name, like 'autosuggestion'" if not name: raise ValueError - if not color: + if not color and not color == "": color = "normal" varname = "fish_color_" + name # If the name already starts with "fish_", use it as the varname