svgui/pyjs/build.py
changeset 1754 63f4af6bf6d9
parent 1753 19f19c66b67e
child 1755 624b9694cb0d
--- a/svgui/pyjs/build.py	Wed Aug 16 13:49:02 2017 +0300
+++ b/svgui/pyjs/build.py	Wed Aug 16 13:56:36 2017 +0300
@@ -138,8 +138,8 @@
 </html>
 """
 
-    filename  = os.path.split   (source_file)[1]
-    mod_name  = os.path.splitext(filename)[0]
+    filename =  os.path.split   (source_file)[1]
+    mod_name =  os.path.splitext(filename)[0]
     file_name = os.path.join    (dest_path, mod_name + '.html')
 
     # if html file in output directory exists, leave it alone.