Browse Source

Remove unused variable from `macdeployqtplus` script.

0.15
Chris Gavin 7 years ago
parent
commit
4f3ac7ddd7
  1. 1
      contrib/macdeploy/macdeployqtplus

1
contrib/macdeploy/macdeployqtplus

@ -302,7 +302,6 @@ def copyFramework(framework, path, verbose): @@ -302,7 +302,6 @@ def copyFramework(framework, path, verbose):
if os.path.exists(fromContentsDir):
toContentsDir = os.path.join(path, framework.destinationVersionContentsDirectory)
shutil.copytree(fromContentsDir, toContentsDir, symlinks=True)
contentslinkfrom = os.path.join(path, framework.destinationContentsDirectory)
if verbose >= 3:
print("Copied Contents:", fromContentsDir)
print(" to:", toContentsDir)

Loading…
Cancel
Save