macdeploy: fix framework printing when passing -verbose

This commit is contained in:
fanquake
2021-05-31 16:31:51 +08:00
parent dca6c90329
commit 3d26b6b9e9

View File

@@ -52,7 +52,7 @@ class FrameworkInfo(object):
return False
def __str__(self):
return f""" Framework name: {frameworkName}
return f""" Framework name: {self.frameworkName}
Framework directory: {self.frameworkDirectory}
Framework path: {self.frameworkPath}
Binary name: {self.binaryName}