Forcing newlines
This commit is contained in:
parent
9c3a3a13c9
commit
cdffc9d9d1
@ -17,7 +17,7 @@ else:
|
|||||||
|
|
||||||
|
|
||||||
def import_buffer_to_hst(fd):
|
def import_buffer_to_hst(fd):
|
||||||
tree = tokenize(fd.read())
|
tree = tokenize(fd.read() + "\n")
|
||||||
tree = process(tree)
|
tree = process(tree)
|
||||||
return tree
|
return tree
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user