Reverted logging style
This commit is contained in:
parent
e25c23cf1c
commit
6fb61e1e3f
24 changed files with 100 additions and 106 deletions
|
|
@ -27,7 +27,7 @@ def build_gui_from_dict(gui_description, extension_object):
|
|||
if "route" in form and form["route"] in ext_rules.keys():
|
||||
form["route"] = ext_rules[form["route"]]["urls"][0]
|
||||
else:
|
||||
logging.warning("No valid expandable route found for {}", form["route"])
|
||||
logging.warning("No valid expandable route found for %s", form["route"])
|
||||
|
||||
# Inject extension information
|
||||
api_gui["id"] = extension_object.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue