Simulink-Model-Parsing-Tools
Simulink-Model-Parsing-Tools copied to clipboard
name 've' is not defined
Hello, thank you for the code. I am using Mdlparser with python3.4.4. When i run the code with example . code throws error saying name 've' is not defined. Please help
My guess is that for Python 3 compatibility, you have to change line 64 from "except ValueError, ve:" to "except ValueError as ve:"
Should be resolved by https://github.com/steventen/Simulink-Model-Parsing-Tools/pull/4