Skip to content

Commit 6ec2693

Browse files
committed
This is the default anyway
1 parent 21d233b commit 6ec2693

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/redeploy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ def deploy_tarball(tar_gz_url, build_dir):
219219
deployer.bundles_path = args.bundles_dir
220220
deployer.should_clean = args.clean
221221

222-
deployer.symlink_paths = {}
223-
224222
for include in args.include:
225223
deployer.symlink_paths.update({ os.path.basename(pth): pth for pth in glob.iglob(include) })
226224

0 commit comments

Comments
 (0)