Skip to content
Snippets Groups Projects
Commit 422c77ea authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

tooling: black & isort → ruff

parent 0c279c79
No related branches found
No related tags found
No related merge requests found
...@@ -445,8 +445,7 @@ bool WaypointEdge::build(core::PathPtr_t& path, ConfigurationIn_t q1, ...@@ -445,8 +445,7 @@ bool WaypointEdge::build(core::PathPtr_t& path, ConfigurationIn_t q1,
hppDout(info, "Waypoint edge " hppDout(info, "Waypoint edge "
<< name() << name()
<< ": generateTargetConfig failed at waypoint " << i << ": generateTargetConfig failed at waypoint " << i
<< "." << "." << "\nUse cache: " << useCache);
<< "\nUse cache: " << useCache);
lastSucceeded_ = false; lastSucceeded_ = false;
return false; return false;
} }
......
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