mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-27 21:31:20 +00:00
Fix re usage
This commit is contained in:
parent
6ee5e507c7
commit
7787792e8d
@ -89,8 +89,8 @@ def build_docs(version='dev', **kwargs):
|
|||||||
fmt::basic_format_arg::handle
|
fmt::basic_format_arg::handle
|
||||||
'''.format(include_dir, doxyxml_dir).encode('UTF-8'))
|
'''.format(include_dir, doxyxml_dir).encode('UTF-8'))
|
||||||
out = re.sub(
|
out = re.sub(
|
||||||
out, ".*warning: Member .* of class fmt::detail::.* is not documented.\n",
|
".*warning: Member .* of class fmt::detail::.* is not documented.\n",
|
||||||
"")
|
"", out)
|
||||||
print(out)
|
print(out)
|
||||||
if p.returncode != 0:
|
if p.returncode != 0:
|
||||||
raise CalledProcessError(p.returncode, cmd)
|
raise CalledProcessError(p.returncode, cmd)
|
||||||
|
Loading…
Reference in New Issue
Block a user