[@spackbot] updating style on behalf of becker33

This commit is contained in:
becker33 2023-01-20 00:21:56 +00:00 committed by Gregory Becker
parent d8666a7fdf
commit 81ea29b007

View File

@ -866,7 +866,13 @@ def on_model(model):
# print any unknown functions in the model
for sym in best_model:
if sym.name not in ("attr", "error", "opt_criterion", "condition", "condition_cause"):
if sym.name not in (
"attr",
"error",
"opt_criterion",
"condition",
"condition_cause",
):
tty.debug(
"UNKNOWN SYMBOL: %s(%s)" % (sym.name, ", ".join(stringify(sym.arguments)))
)