Restyle fishscript and python

This commit is contained in:
Fabian Boehm
2023-06-01 18:20:19 +02:00
parent 81d91f1038
commit 946ecf235c
35 changed files with 129 additions and 132 deletions

View File

@@ -1508,7 +1508,7 @@ class FishConfigHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
"fish_pager_color_secondary_description",
)
)
output=""
output = ""
for item in postvars.get("colors"):
what = item.get("what")
color = item.get("color")