open-cogsci / OpenSesame

Graphical experiment builder for the social sciences
http://osdoc.cogsci.nl/
GNU General Public License v3.0
234 stars 111 forks source link

fix missing import in image widget #788

Closed eort closed 1 year ago

eort commented 1 year ago

Image widgets currently don't work because the line _path = safe_str(self.path, enc=sys.getfilesystemencoding()) requires sys to be imported, which it is not. This commits fixes this.

smathot commented 1 year ago

Thanks!