master > master: code - syntaxfehler behoben

This commit is contained in:
RD 2021-10-24 12:29:35 +02:00
parent aa7c983e99
commit 96968cf8dd

View File

@ -83,7 +83,7 @@ def algorithmInfos(
DisplayMetrics(); DisplayMetrics();
DisplayEndOfAlgorithm(**outputsNamed); DisplayEndOfAlgorithm(**outputsNamed);
except Exception as e: except Exception as e:
_switch.reload(); nonnestedRecursion.reload();
raise e; raise e;
return outputs; return outputs;
return func_wrapper; return func_wrapper;