JdeRobot / RoboticsApplicationManager

Robotic applications lifecycle management
3 stars 13 forks source link

[Thin/Superthin templates] Restore support for thin templates so both can work at the same time #129

Closed OscarMrZ closed 4 months ago

OscarMrZ commented 5 months ago

This was broken when developing support for superthin templates at this commit: 4a33d9f.

A mechanism could be implemented to check if a given exercise is ported or not to superthin templates by checking for the presence of exercise.py. Superthin templates are completely created at runtime so they do not need this file.

OscarMrZ commented 4 months ago

This was solved in #128