One more trailing ws
This commit is contained in:
parent
9abc92545c
commit
6189a9ef3a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ for line in lines:
|
||||||
if "float>" in parameters and parameters["float>"][1] == 'logit_bias':
|
if "float>" in parameters and parameters["float>"][1] == 'logit_bias':
|
||||||
del parameters["float>"]
|
del parameters["float>"]
|
||||||
|
|
||||||
# this is a bit of a hack to terminate the harvest
|
# this is a bit of a hack to terminate the harvest
|
||||||
if len(non_whitespace_elements) > 2 and non_whitespace_elements[1] == "infill":
|
if len(non_whitespace_elements) > 2 and non_whitespace_elements[1] == "infill":
|
||||||
inside = False
|
inside = False
|
||||||
break
|
break
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue