mirror of https://github.com/ecmwf/eccodes.git
Better memfs
This commit is contained in:
parent
f8e9f1c9ad
commit
44518bee3d
2
memfs.py
2
memfs.py
|
@ -117,6 +117,8 @@ for directory in dirs:
|
||||||
if buffer is not None:
|
if buffer is not None:
|
||||||
buffer.close()
|
buffer.close()
|
||||||
|
|
||||||
|
assert fcount <= MAX_FCOUNT, fcount
|
||||||
|
|
||||||
while fcount < MAX_FCOUNT:
|
while fcount < MAX_FCOUNT:
|
||||||
opath = get_outfile_name(output_file_base, fcount)
|
opath = get_outfile_name(output_file_base, fcount)
|
||||||
print("MEMFS: Generating output:", opath, "(empty)")
|
print("MEMFS: Generating output:", opath, "(empty)")
|
||||||
|
|
Loading…
Reference in New Issue