From: Hypolite Petovan Date: Thu, 29 Nov 2018 04:10:33 +0000 (-0500) Subject: Update path to friendica-to-smarty-tpl.py X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1c5a19e245b01fa472fb3755b22826465fde917f;p=friendica.git Update path to friendica-to-smarty-tpl.py --- diff --git a/bin/dev/updatetpl.py b/bin/dev/updatetpl.py index 7b552fadd4..c58b9d62d9 100755 --- a/bin/dev/updatetpl.py +++ b/bin/dev/updatetpl.py @@ -58,7 +58,7 @@ fnull = open(os.devnull, "w") for tplpath in tplpaths: print "Converting " + path + tplpath - subprocess.call(['python', path + 'util/friendica-to-smarty-tpl.py', '-p', path + tplpath], stdout = fnull) + subprocess.call(['python', path + 'bin/dev/friendica-to-smarty-tpl.py', '-p', path + tplpath], stdout = fnull) fnull.close()