You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[core] plugins: Use Python < 3.10-compatible syntax
When `meshroom_compute` is called with an interpreter that is older than
3.10, the `match/case` syntax raises an error, and the `plugins` module
absolutely needs to be imported. This Python 3.10-compatible syntax is
thus removed.
0 commit comments