1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-26 21:23:26 +03:00

oops, leftover debug

This commit is contained in:
David Baker
2017-09-20 17:48:47 +01:00
parent b9b4ac3166
commit 21d233b5af

View File

@@ -190,6 +190,4 @@ if __name__ == "__main__":
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) })
print("%r", (deployer.symlink_paths,))
deployer.deploy(args.tarball, args.extract_path) deployer.deploy(args.tarball, args.extract_path)