mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-01 05:03:52 +00:00
Fix extra output file
This commit is contained in:
parent
82a9523f71
commit
c7dadfc57a
@ -26,7 +26,6 @@ def MakeHeader(out):
|
|||||||
|
|
||||||
headers = set()
|
headers = set()
|
||||||
output = ''
|
output = ''
|
||||||
with open('output.hpp', 'w') as f:
|
|
||||||
for inc in include_files:
|
for inc in include_files:
|
||||||
with (BDIR / inc).open() as f:
|
with (BDIR / inc).open() as f:
|
||||||
inner = f.read()
|
inner = f.read()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user