Skip to content
Snippets Groups Projects
Commit 1d831f39 authored by Maurice Herné's avatar Maurice Herné
Browse files

Replaces type assertion in configuration_model.py

assert will be removed when compiling to optimized bytecode. This can lead to UB. Instead we are now using if not isinstance(): raise TypeError().
parent 910b321f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment