You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For someone using the program for the first time unmodified, they might encounter the "inconsistent spacing" python error, don't know if this is a python3 thing or if this error started showing up when you brought python3 compatibility.
Fixed easily by accessing the source code with vim and typing in :
--> :%s/^I/ /g <--
:%s///g
This replaces all tabs with 4 spaces.
P.S Great projects, you should really develop it more, I think it's going to get REALLY popular, it's really cool, good job :)
The text was updated successfully, but these errors were encountered:
For someone using the program for the first time unmodified, they might encounter the "inconsistent spacing" python error, don't know if this is a python3 thing or if this error started showing up when you brought python3 compatibility.
Fixed easily by accessing the source code with vim and typing in :
--> :%s/^I/ /g <--
:%s///g
This replaces all tabs with 4 spaces.
P.S Great projects, you should really develop it more, I think it's going to get REALLY popular, it's really cool, good job :)
The text was updated successfully, but these errors were encountered: