0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

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
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

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}