Skip to content
Snippets Groups Projects
Commit 69351afb authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Minor Mermaid fix for older versions

parent 83a05b9a
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ void Aidge::GraphView::save(const std::string& path, bool verbose, bool showProd
size_t inputIdx = 0;
for (auto input : mInputNodes) {
if (input.first != nullptr) {
fmt::print(fp.get(), "input{}((in#{})):::inputCls--->|→{}|{}_{}\n", inputIdx, inputIdx,
fmt::print(fp.get(), "input{}((in#{})):::inputCls--->|\"→{}\"|{}_{}\n", inputIdx, inputIdx,
input.second, input.first->type(), namePtrTable.at(input.first));
}
else {
......
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