This commit is contained in:
Justus Kuhlmann 2025-11-10 08:26:01 +00:00
commit 2441bb45a3

View file

@ -613,7 +613,7 @@ def _check_append_rep(content, start_list):
if chunk_num == len(start_list) - 1:
stop = len(content)
else:
stop = start_list[chunk_num+1]
stop = start_list[chunk_num + 1]
chunk = content[start:stop]
for linenumber, line in enumerate(chunk):
if line.startswith("[correlator]"):