mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
removed remnants of old global logging
This commit is contained in:
@@ -30,7 +30,7 @@ python::version_info python::parsed_version()
|
||||
const auto s = version();
|
||||
|
||||
if (!std::regex_match(s, m, re))
|
||||
bail_out("bad python version '{}'", s);
|
||||
gcx().bail_out(context::generic, "bad python version '{}'", s);
|
||||
|
||||
version_info v;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user