mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
webconfig: Set a variable before
This fixes things if a theme is entirely empty. Fixes #9590
This commit is contained in:
parent
3dd8db281b
commit
acde38fed3
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user