mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 15:21:54 +00:00
Fix documentation build
This commit is contained in:
parent
bb738c4c26
commit
3284751f43
@ -75,7 +75,7 @@ if build == 'Doc':
|
|||||||
# Print the output without the key.
|
# Print the output without the key.
|
||||||
print(p.communicate()[0].replace(os.environ['KEY'], '$KEY'))
|
print(p.communicate()[0].replace(os.environ['KEY'], '$KEY'))
|
||||||
if p.returncode != 0:
|
if p.returncode != 0:
|
||||||
raise CalledProcessError(p.returncode, cmd)
|
raise subprocess.CalledProcessError(p.returncode, cmd)
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
||||||
standard = os.environ['STANDARD']
|
standard = os.environ['STANDARD']
|
||||||
|
Loading…
Reference in New Issue
Block a user