mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-12 11:19:08 -05:00
macdeploy: fix framework printing when passing -verbose
This commit is contained in:
parent
dca6c90329
commit
3d26b6b9e9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue