We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca6c90 commit 3d26b6bCopy full SHA for 3d26b6b
contrib/macdeploy/macdeployqtplus
@@ -52,7 +52,7 @@ class FrameworkInfo(object):
52
return False
53
54
def __str__(self):
55
- return f""" Framework name: {frameworkName}
+ return f""" Framework name: {self.frameworkName}
56
Framework directory: {self.frameworkDirectory}
57
Framework path: {self.frameworkPath}
58
Binary name: {self.binaryName}
0 commit comments