Remove unused variable from `macdeployqtplus` script.

This commit is contained in:
Chris Gavin 2017-04-25 09:12:26 +01:00
parent 54e2d87e79
commit 4f3ac7ddd7
1 changed files with 0 additions and 1 deletions

View File

@ -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)