mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Remove unused variable from macdeployqtplus
script.
This commit is contained in:
parent
54e2d87e79
commit
4f3ac7ddd7
@ -302,7 +302,6 @@ def copyFramework(framework, path, verbose):
|
|||||||
if os.path.exists(fromContentsDir):
|
if os.path.exists(fromContentsDir):
|
||||||
toContentsDir = os.path.join(path, framework.destinationVersionContentsDirectory)
|
toContentsDir = os.path.join(path, framework.destinationVersionContentsDirectory)
|
||||||
shutil.copytree(fromContentsDir, toContentsDir, symlinks=True)
|
shutil.copytree(fromContentsDir, toContentsDir, symlinks=True)
|
||||||
contentslinkfrom = os.path.join(path, framework.destinationContentsDirectory)
|
|
||||||
if verbose >= 3:
|
if verbose >= 3:
|
||||||
print("Copied Contents:", fromContentsDir)
|
print("Copied Contents:", fromContentsDir)
|
||||||
print(" to:", toContentsDir)
|
print(" to:", toContentsDir)
|
||||||
|
Loading…
Reference in New Issue
Block a user