From: Fredrik Unger Date: Mon, 6 Feb 2012 21:22:16 +0000 (+0100) Subject: Added missing ) to ssh_cmd call X-Git-Url: https://source.tree.se/git?p=treecutter.git;a=commitdiff_plain;h=871ad5fa325ef4acb87867107dcee68ea8bfa308 Added missing ) to ssh_cmd call --- diff --git a/src/tree-cutter.py b/src/tree-cutter.py index 4b28acb..ae7c2cb 100755 --- a/src/tree-cutter.py +++ b/src/tree-cutter.py @@ -420,7 +420,7 @@ class Sitemap(): for res in ["css","images","js","favicon.ico"]: if (os.path.exists(args.style+res)): publish(args.style+res, args.output) - ssh_cmd(args.output,"chmod a+rx" + ssh_cmd(args.output,"chmod a+rx") ts = time.time() dir_ = Directory()