Skip to content

Commit

Permalink
Correct writing on closed file
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed May 23, 2024
1 parent 74bc5ea commit 21c087a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lima_linguisticdata/scripts/xmlforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ def main():

out.write(f' <p v="{data[3]}"/>\n')

if count > 0:
out.write(" </i>\n</entry>\n")
if count > 0:
out.write(" </i>\n</entry>\n")


if __name__ == "__main__":
Expand Down

0 comments on commit 21c087a

Please sign in to comment.