master > master: code - syntaxfehler behoben

This commit is contained in:
RD 2021-10-24 12:29:35 +02:00
parent aa7c983e99
commit 96968cf8dd
1 changed files with 1 additions and 1 deletions

View File

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