switched logs to use fmt

refactored read_pipes()
This commit is contained in:
isanae
2020-05-11 07:44:37 -04:00
parent c41941b948
commit 80bbd78012
25 changed files with 537 additions and 498 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ python::version_info python::parsed_version()
std::smatch m;
if (!std::regex_match(version(), m, re))
bail_out("bad python version '" + version() + "'");
bail_out("bad python version '{}'", version());
version_info v;