Skip to content

Commit

Permalink
Update appwindow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dkratzert committed Sep 9, 2023
1 parent f155fba commit a438500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions finalcif/appwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,8 +1010,8 @@ def do_offline_checkcif(self) -> None:
output_widget=self.ui.CheckcifPlaintextEdit,
cif_file=self.cif.fileobj)
if not Path(runner.platon_exe).resolve().exists():
self.ui.CheckCifLogPlainTextEdit.setPlainText('Platon executable not found!')
self.ui.CheckCifLogPlainTextEdit.setPlainText('You can download Platon at http://www.platonsoft.nl/platon/')
self.ui.CheckCifLogPlainTextEdit.setPlainText('\nPlaton executable not found!')
self.ui.CheckCifLogPlainTextEdit.appendPlainText('You can download Platon at http://www.platonsoft.nl/platon/\n')
runner.tick.connect(self.append_to_ciflog_without_newline)
runner.run_process()
runner.finished.connect(lambda: self.ui.CheckcifButton.setEnabled(True))
Expand Down

0 comments on commit a438500

Please sign in to comment.