Arch: remove trailing whitespace

This commit is contained in:
luz paz
2022-11-16 18:09:39 -05:00
committed by wwmayer
parent 3e70636bdc
commit e2a81c8674
10 changed files with 55 additions and 55 deletions

View File

@@ -863,7 +863,7 @@ def export( exportList, filename, colors = None, camera = None ):
data['baseFloat'] = baseFloat
html = html.replace('$data', json.dumps(data, separators=(',', ':')) ) # Shape Data
outfile = pythonopen(filename, "w")
outfile.write( html )
outfile.close()