From 8dadb7e62ec201485dae0f7534f2de8e2b44422d Mon Sep 17 00:00:00 2001 From: "Barry-Thomas-Paul: Moss" <4193389+Amourspirit@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:45:55 -0400 Subject: [PATCH] fix for debug error on Windows --- source/pythonpath/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/pythonpath/main.py b/source/pythonpath/main.py index 4232ce3..46fa86a 100644 --- a/source/pythonpath/main.py +++ b/source/pythonpath/main.py @@ -279,7 +279,6 @@ class Controllers(object): def _link_cpython(self): if not app.IS_MAC and not app.IS_APP_IMAGE: - app.debug('Not Mac or not AppImage') return try: app.debug("Linking CPython") @@ -292,7 +291,6 @@ class Controllers(object): def _unlink_cpython(self): if not app.IS_MAC and not app.IS_APP_IMAGE: - app.debug('Not Mac or not AppImage') return try: app.debug("Unlinking CPython")