This commit is contained in:
Justus Kuhlmann 2025-11-10 08:24:37 +00:00
commit 4f099fb4a9

View file

@ -653,7 +653,6 @@ def _read_chunk_structure(chunk, pattern, b2b):
return gauge_line, corr_line, start_read, T
def _read_append_rep(filename, pattern, b2b, im, single, idl_func, cfg_func_args):
with open(filename, 'r') as fp:
content = fp.readlines()