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
I'm building on win7 x64 and using py35.
Error:
File "plugins\blog.py", line 69, in preBuild
indexes = xrange(0, len(POSTS))
NameError: name 'xrange' is not defined
The text was updated successfully, but these errors were encountered:
I'm building on win7 x64 and using py35.
Error:
File "plugins\blog.py", line 69, in preBuild
indexes = xrange(0, len(POSTS))
NameError: name 'xrange' is not defined
The text was updated successfully, but these errors were encountered: