The `frame recognizer` command only exists when Python scripting is enabled. Therefore the test should be made conditional on Python. Without it, the test fails with "'frame recognizer' is not a known command."
3 lines
74 B
INI
3 lines
74 B
INI
if 'python' not in config.available_features:
|
|
config.unsupported = True
|