bartneck / swiML

A project to formalise swimming programs using XML
MIT License
2 stars 2 forks source link

swiML.py had hard coded path for export #85

Closed bartneck closed 4 months ago

bartneck commented 4 months ago

The swiML.py has a hard coded path for the resulting XML file:

tree.write('pythonXMLtest\\'+filename)

This should be just the filename without the pythonXMLtest folder.