diff makeitso/python.py @ 248:407dd46857e1

fix syntax error in python.py + version bump
author Jeff Hammel <k0scist@gmail.com>
date Fri, 31 Mar 2017 18:05:28 -0700
parents fb70a9c72ec2
children
line wrap: on
line diff
--- a/makeitso/python.py	Fri Mar 31 17:53:48 2017 -0700
+++ b/makeitso/python.py	Fri Mar 31 18:05:28 2017 -0700
@@ -78,7 +78,8 @@
 
     def post(self, variables, output):
         shutil.move(os.path.join(output, '{{main}}.py'),
-                    os.path.join(output, '{}.py'.format(variables['main']))
+                    os.path.join(output, '{}.py'.format(variables['main'])))
+
 
 class PythonPackageTemplate(PythonTemplate):
     """