ProgrammaBol / wiggler

Slither intends to be the joining link between scratch programming and textual progamming (python)
GNU General Public License v3.0
4 stars 1 forks source link

Pressing play before selecting any character returns error #48

Closed gabrielepanda closed 7 years ago

gabrielepanda commented 7 years ago

Traceback (most recent call last): File "wiggler/wiggler/ui/code_pane.py", line 23, in notice_handler self.save_active_buffers() File "wiggler/wiggler/ui/code_pane.py", line 60, in save_active_buffers sprite_builder.update_user_code(new_user_code) AttributeError: 'NoneType' object has no attribute 'update_user_code'