We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The problem is that
54 node_names.append("%c%i" % (chr(97 + i), j))
results in
1004 <node binary="/home/lo/native/RIOT/examples/default/bin/native/default.elf" name="<80>1 " type="riot_native"/>
which cannot be parsed anymore:
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 1004, column 94
The text was updated successfully, but these errors were encountered:
OlegHahm
Successfully merging a pull request may close this issue.
The problem is that
results in
which cannot be parsed anymore:
The text was updated successfully, but these errors were encountered: