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 30, 2024
1 parent ecdbeaa commit 44d0410
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions finalcif/appwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1823,9 +1823,8 @@ def get_data_sources(self) -> None:
self.add_ccdc_number()
if self.cif.shx and self.cif.shx.abin and not self.cif['_platon_squeeze_void_probe_radius']:
show_general_warning(self, "A SQUEEZE refinement was detected.\n"
"Please import the "
"corresponding .sqf file from PLATON and\n"
"complete the _platon_squeeze_void_content information"
"Please import the corresponding .sqf file\n"
"from PLATON and complete the _platon_squeeze_void_content information "
"in the 'Platon SQUEEZE voids' loop.")
vheadlist = []
for row_number in range(self.ui.cif_main_table.model().rowCount()):
Expand Down

0 comments on commit 44d0410

Please sign in to comment.