Skip to content
Snippets Groups Projects
Commit b52dca22 authored by Cyril Moineau's avatar Cyril Moineau Committed by Cyril Moineau
Browse files

Fix return statement.

parent 0fd97096
No related branches found
No related tags found
2 merge requests!152Update Aidge export to take a graph view has an argument instead of a...,!133Fix duplicate name issue when adding a GraphView to an other
Pipeline #47669 passed
......@@ -65,8 +65,6 @@ std::string Aidge::Node::createUniqueName(std::string name){
for (auto graphView : views()){
if (graphView->inView(name)){
return createUniqueName(name.append("_"));
}else{
return name;
}
}
return name;
......
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