diff --git a/scripts/redeploy.py b/scripts/redeploy.py index a43fb8a117..fb550dcf8e 100755 --- a/scripts/redeploy.py +++ b/scripts/redeploy.py @@ -219,8 +219,6 @@ if __name__ == "__main__": deployer.bundles_path = args.bundles_dir deployer.should_clean = args.clean - deployer.symlink_paths = {} - for include in args.include: deployer.symlink_paths.update({ os.path.basename(pth): pth for pth in glob.iglob(include) })