Skip to content
Snippets Groups Projects
Commit 180fa774 authored by Benjamin Schubert's avatar Benjamin Schubert
Browse files

element.py: fix unbounded variable in nested python exception

As per https://docs.python.org/3.7/reference/compound_stmts.html#except
variables used in the "except" clause are erased at the end of the
block.

We had a conflict with a nested exception using the same variable as
before.

This renames the nested variable to avoid the clash
parent a116f576
No related branches found
No related tags found
1 merge request!1006element.py: fix unbounded variable in nested python exception
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment