Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
approved and slightly updated
It's because of a very weird (and lame) line trying to replace all
\xc2
to\x20
. I'm not even sure what that line is trying to do.Fixed.
The only Python version you can choose is 2.7.6 for this kata.
Python 3 shouldn't have this issue. Let me know if that doesn't work.
The issue seems to be caused by non-breaking space literal (
\xc2
) in tests. So this wasn't caused by the new runner and the fix is irrelevant here. This should be fixed by the author or collaborators.I think this was caused by the new runner deployed earlier today, not respecting the magic comment. I've just deployed the fix. Please try again and let me know if this error still persists. If not, please mark this issue as resolved.