tjvr / kurt

Python library for reading/writing MIT's Scratch file format.
https://kurt.tjvr.org
GNU General Public License v3.0
86 stars 24 forks source link

Project.load should not close passed in file-like object #12

Closed bboe closed 11 years ago

bboe commented 11 years ago

Project.load should only close the file if it was responsible for opening the file, i.e., when a string is passed in, but not when a file-like object is passed in.

tjvr commented 11 years ago

Whoops, sorry. Fixed! (I thought I'd done that already...)