Fix wrong intendet line (RED_FAM_PARSER only was instantiated when ending-datetime workaround fired)
This commit is contained in:
@@ -92,9 +92,8 @@ class RED_PAGE:
|
||||
j -= 1
|
||||
ending = RED_FAM_PARSER.is_ending2( text_lines[ j ] )
|
||||
|
||||
|
||||
red_fam = RED_FAM_PARSER( fam_heading, self.page._pageid, self.is_archive(), beginning, ending )
|
||||
pass
|
||||
print( red_fam )
|
||||
|
||||
# Save line number for last detected Redundance-Family
|
||||
last_fam = i
|
||||
|
||||
Reference in New Issue
Block a user