mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
This is the default anyway
This commit is contained in:
parent
21d233b5af
commit
6ec26932af
@ -219,8 +219,6 @@ if __name__ == "__main__":
|
|||||||
deployer.bundles_path = args.bundles_dir
|
deployer.bundles_path = args.bundles_dir
|
||||||
deployer.should_clean = args.clean
|
deployer.should_clean = args.clean
|
||||||
|
|
||||||
deployer.symlink_paths = {}
|
|
||||||
|
|
||||||
for include in args.include:
|
for include in args.include:
|
||||||
deployer.symlink_paths.update({ os.path.basename(pth): pth for pth in glob.iglob(include) })
|
deployer.symlink_paths.update({ os.path.basename(pth): pth for pth in glob.iglob(include) })
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user