important bugfix

This commit is contained in:
2021-06-21 16:09:47 +02:00
parent f81c144252
commit e6f5ff1812
2 changed files with 1 additions and 2 deletions

View File

@ -225,7 +225,6 @@ class FileParser:
)
if not descrip_match:
while current_idx > 0:
current_idx -= 1
if re.search(
break_pattern, moving_window[current_idx]
):
@ -235,6 +234,7 @@ class FileParser:
)
if descrip_match:
break
current_idx -= 1
if descrip_match:
current_build_idx = current_idx
descrip_string = ""