Remove placeholder
This commit is contained in:
parent
8f7ec915a2
commit
b0f48f052e
|
@ -184,8 +184,6 @@ for d in data[1:]:
|
||||||
assert c.strip() in ('', 'NA', 'N/A', previous_row[3]), (c, l, previous_row)
|
assert c.strip() in ('', 'NA', 'N/A', previous_row[3]), (c, l, previous_row)
|
||||||
if extra.strip() == '':
|
if extra.strip() == '':
|
||||||
continue
|
continue
|
||||||
if rule_template == '(nwell.-)':
|
|
||||||
print("hello")
|
|
||||||
previous_row[1] += '\n'+extra
|
previous_row[1] += '\n'+extra
|
||||||
|
|
||||||
# Calculate the actual rule name.
|
# Calculate the actual rule name.
|
||||||
|
|
Loading…
Reference in New Issue