cpython #14

Merged
elmau merged 2 commits from AmourSpirit/zaz-pip:cpython into develop 2023-11-03 11:23:41 -06:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 8dadb7e62e - Show all commits

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