This is the default

pull/5090/head
David Baker 2017-09-20 18:17:06 +01:00
parent 6ec26932af
commit b4ea938be3
1 changed files with 0 additions and 2 deletions

View File

@ -185,8 +185,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) })