OpenRoberta / openroberta-lab

The programming environment »Open Roberta Lab« by Fraunhofer IAIS enables children and adolescents to program robots. A variety of different programming blocks are provided to program motors and sensors of the robot. Open Roberta Lab uses an approach of graphical programming so that beginners can seamlessly start coding. As a cloud-based application, the platform can be used without prior installation of specific software but runs in any popular browser, independent of operating system and device.
Apache License 2.0
127 stars 121 forks source link

Python code generator: unnecessary semicolons generated for Spike and Microbit/MicrobitV2 #1522

Open PamoCurtis opened 1 year ago

PamoCurtis commented 1 year ago

Describe the bug The python code generator for Spike, Microbit and MicrobitV2 generates semicolons at the end of some functions. This for sure does not lead to any error but is a style issue. The only functions that seem to be effected by this are: Spike:

Microbit/MicrobitV2:

AyaMoussa commented 3 days ago

Fixed on branch feature/Issue1522