Skip to content

Commit b4ea938

Browse files
committed
This is the default
1 parent 6ec2693 commit b4ea938

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/deploy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ def download_file(self, url):
185185
deployer.bundles_path = args.bundles_dir
186186
deployer.should_clean = args.clean
187187

188-
deployer.symlink_paths = {}
189-
190188
for include in args.include:
191189
deployer.symlink_paths.update({ os.path.basename(pth): pth for pth in glob.iglob(include) })
192190

0 commit comments

Comments
 (0)