Commit 8692a4fe authored by panos's avatar panos

Bug fixed in the example main script

parent 376c934d
......@@ -144,7 +144,7 @@ TTR2.write('CMSD_ParallelStations_Output.xml',encoding="utf8")
#======================= Output preparation: output the updated values in the JSON file of this example ================================#
jsonFile = open('JSON_example.json','r') #It opens the JSON file
data = json.load(jsonFile) #It loads the file
data = json.load(jsonFile) #It loads the file
jsonFile.close()
exportJSON=JSONOutput()
......
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