Commit 80ac5b77 authored by Georgios Dagkakis's avatar Georgios Dagkakis

plugin not to create file

parent d0c46ed2
......@@ -14,8 +14,4 @@ class PostProcessDemandPlanning(plugin.OutputPreparationPlugin):
'mime_type': 'application/vnd.ms-excel',
'data': G.reportResults.xlsx.encode('base64')
}
import json
utilisationString=json.dumps(G.Utilisation, indent=5)
outputJSONFile=open('Utilisation.json', mode='w')
outputJSONFile.write(utilisationString)
return data
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment