mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
switched logs to use fmt
refactored read_pipes()
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user