sugarlabs / turtleart-activity

A block-based Logo programming environment
MIT License
18 stars 54 forks source link

get_proprerty() #54

Closed quozl closed 5 years ago

quozl commented 6 years ago

code on this line looks wrong; https://github.com/sugarlabs/turtleart-activity/blob/4bb1e8fe75a463018286b98749523018af62e1a9/TurtleArt/tagplay.py#L210

introduced by https://github.com/sugarlabs/turtleart-activity/commit/e3f8fa9d69041f4912fce5f624397c82018a8ffb

Aniket21mathur commented 5 years ago

What is the problem with this line .It produce some kind of error or what? If yes please tell how to reproduce. Thanks!

quozl commented 5 years ago

There's a typo in method name. It will cause an error. I don't know how to cause this line to be executed. So I don't know how to reproduce. You can find that out if you like.

chimosky commented 5 years ago

Fixed in #67