mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-11-30 13:06:53 +01:00
lint II
This commit is contained in:
parent
4f099fb4a9
commit
2441bb45a3
1 changed files with 2 additions and 2 deletions
|
|
@ -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]"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue