bartneck / swiML

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

hideIntro not working in Python #97

Closed bartneck closed 6 months ago

bartneck commented 6 months ago

When hideIntro=True, an error message shows up:

TypeError: Program.__init__() got an unexpected keyword argument 'hideIntro'
calloc262 commented 6 months ago

Fix added to main In pythonXMLtest file

bartneck commented 6 months ago

Tested and confirmed working.