bartneck/swiML

equipment missing from continue

Closed this issue · 2 comments

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.

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

tested and solved. Well done!