mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-18 08:32:30 +01:00
macdeploy: fix framework printing when passing -verbose
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user