Better memfs

This commit is contained in:
Baudouin Raoult 2021-08-29 22:59:06 +01:00
parent f8e9f1c9ad
commit 44518bee3d
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ for directory in dirs:
if buffer is not None:
buffer.close()
assert fcount <= MAX_FCOUNT, fcount
while fcount < MAX_FCOUNT:
opath = get_outfile_name(output_file_base, fcount)
print("MEMFS: Generating output:", opath, "(empty)")