Page MenuHomePhabricator

Code refactor Python version check
Closed, ResolvedPublic

Description

A version check for python was added in the MITK v2023.12 release, to check if the user selected python version is between 3.9 and 3.11 for TotalSegmentator & SAM tool.
The code could be improved especially regarding the global mutex introducing a global state.