equipment missing from continue
Closed this issue · 2 comments
bartneck commented
In the file JasiMasters2024031001.py
I added equipment to the first continue:
oneSet=swiML.Continue(
equipment=('fins','pads'),
instructions=[oneSet1,oneSet2,oneSet1,oneSet3,oneSet1,oneSet4]
)
The resulting XML file does not contain any equipment.
calloc262 commented
fix added to all 3 swiML.py files
was an issue for all instruction tags in a continue weren't being added
not just equipment
bartneck commented
tested and solved. Well done!