important bugfix
This commit is contained in:
@ -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 = ""
|
||||
|
Reference in New Issue
Block a user