blockpy-edu / blockpy

Blockly that's more Python than JavaScript, powered with Skulpt
Apache License 2.0
391 stars 130 forks source link

Try/Except doesn't survive a round-trip #20

Closed acbart closed 4 years ago

acbart commented 8 years ago

Not catching the Except or Finally body; similar to the problem with if/else. And we know how much fun that was to implement :)

acbart commented 4 years ago

BlockMirror handles this correctly now.