mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-26 00:41:23 +02:00
macdeploy: fix framework printing when passing -verbose
This commit is contained in:
parent
dca6c90329
commit
3d26b6b9e9
@ -52,7 +52,7 @@ class FrameworkInfo(object):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return f""" Framework name: {frameworkName}
|
return f""" Framework name: {self.frameworkName}
|
||||||
Framework directory: {self.frameworkDirectory}
|
Framework directory: {self.frameworkDirectory}
|
||||||
Framework path: {self.frameworkPath}
|
Framework path: {self.frameworkPath}
|
||||||
Binary name: {self.binaryName}
|
Binary name: {self.binaryName}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user