1
0
Fork 0

fix for debug error on Windows

This commit is contained in:
Barry-Thomas-Paul: Moss 2023-11-02 22:45:55 -04:00
parent 9f2ac70cc8
commit 8dadb7e62e
1 changed files with 0 additions and 2 deletions

View File

@ -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")