diff --git a/network/Network.i b/network/Network.i index 870399df..c07f6de8 100644 --- a/network/Network.i +++ b/network/Network.i @@ -520,7 +520,7 @@ pin_location(const Pin *pin) network->location(pin, x, y, exists); // return x/y as tcl list if (exists) - return std::format("{} {}", x, y); + return sta::format("{} {}", x, y); else return ""; }