Skip to content
New issue

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

topology_creator fails for larger networks #10

Closed
LudwigKnuepfer opened this issue Apr 23, 2014 · 0 comments · Fixed by #18
Closed

topology_creator fails for larger networks #10

LudwigKnuepfer opened this issue Apr 23, 2014 · 0 comments · Fixed by #18
Assignees
Labels

Comments

@LudwigKnuepfer
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants