--- a/eric7/DebugClients/Python/coverage/env.py Sun Jan 16 20:28:42 2022 +0100 +++ b/eric7/DebugClients/Python/coverage/env.py Sat Jan 22 14:44:56 2022 +0100 @@ -10,6 +10,7 @@ # Operating systems. WINDOWS = sys.platform == "win32" LINUX = sys.platform.startswith("linux") +OSX = sys.platform == "darwin" # Python implementations. CPYTHON = (platform.python_implementation() == "CPython")