Skip to content

Commit 3d26b6b

Browse files
committed
macdeploy: fix framework printing when passing -verbose
1 parent dca6c90 commit 3d26b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/macdeploy/macdeployqtplus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class FrameworkInfo(object):
5252
return False
5353

5454
def __str__(self):
55-
return f""" Framework name: {frameworkName}
55+
return f""" Framework name: {self.frameworkName}
5656
Framework directory: {self.frameworkDirectory}
5757
Framework path: {self.frameworkPath}
5858
Binary name: {self.binaryName}

0 commit comments

Comments
 (0)