Skip to content

Commit

Permalink
0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alvelvis committed May 17, 2021
1 parent e72a42e commit a30138a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cosmo.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@ def click_button(btn):
window.corpus2[i] = "\n".join(sentence)
with open(window.filename, "w", encoding="utf-8") as f:
f.write("\n\n".join(window.corpus))
if window.kind == "confusion":
with open(window.filename2, "w", encoding="utf-8") as f:
f.write("\n\n".join(window.corpus2))
#if window.kind == "confusion":
#with open(window.filename2, "w", encoding="utf-8") as f:
#f.write("\n\n".join(window.corpus2))
show_dialog_ok("{} conflicts were solved and saved to \"{}\".".format(saved, window.filename))
sys.exit()

Expand Down

0 comments on commit a30138a

Please sign in to comment.