mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 20:53: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()
|
||||
output = ''
|
||||
with open('output.hpp', 'w') as f:
|
||||
for inc in include_files:
|
||||
with (BDIR / inc).open() as f:
|
||||
inner = f.read()
|
||||
|
Loading…
x
Reference in New Issue
Block a user