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
ha! that's it. I think on the most recent version of the template the script fails without python3 so I normally change the shebang line in the script to
#!/usr/bin/env python3
But I forgot about it this time. I'm not sure if changing the makefile or the shebang line makes a difference, but forcing python3 seems like a good approach.
running
make lesson-check
on the Spanish lessons lead to the following error messages:"title" has wrong type in metadata (<type 'unicode'> instead of <type 'str'>)
when the title contains unicode characters such as: "Introducción a R y RStudio"
The unicode characters render fine in jekyll:
The text was updated successfully, but these errors were encountered: