Skip to content
Snippets Groups Projects
Commit 22cdfa50 authored by Lukas Müller's avatar Lukas Müller
Browse files

Fixed typo

Former-commit-id: 45695528a1556fd7a14467957969763b89ef426d
parent 83e78031
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ else:
print 'Scripting RCG...'
# Remove bad precision values
# TODO: fix this in the knowlegde base
# TODO: fix this in the knowledge base
nodes = RCG.find_all_nodes()
for node in nodes:
if isinstance(RCG.node[node].get('precision'), basestring):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment