esdalmaijer / PyGaze

an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments
www.pygaze.org
GNU General Public License v3.0
670 stars 211 forks source link

fix spacing issue #137

Closed teonbrooks closed 4 years ago

teonbrooks commented 4 years ago

I was helping some students with a project and pygaze errored based on line 64. there was mix of spaces and a 2-space tab there. this fixed it for them. i wonder if there is a stricter whitespace rule with newer py3 since this file hadn't been modified in a while.

rramthun commented 4 years ago

Yes, python 3 is more strict. You hit a hard error, so I would like to see this merged, too.

esdalmaijer commented 4 years ago

Thanks, Teon! Super useful :)

I'm currently going over the entirety of the source code, to Py3-proof everything. Bit last-minute, but hopefully in time for the new year.