Skip to content
Snippets Groups Projects
Commit 34c404eb authored by Gino Tosti's avatar Gino Tosti
Browse files

minor correction

parent 91c4005d
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ if __name__ == "__main__":
root = server.get_root_node()
obj=root.get_children()[0].get_children()
get=obj[2].get_children()
checkData(set1)
checkData(get)
set1= obj[3].get_children()
checkData(set1)
......
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