- Timestamp:
- Oct 20, 2020 10:50:23 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r4612 r4613 10549 10549 return 10550 10550 selDict = getSelectedAtoms() 10551 if selDict andlen(selDict) < 1:10551 if len(selDict) < 1: 10552 10552 wx.MessageBox('No existing atoms were selected',caption='Select Atom(s)', 10553 10553 style=wx.ICON_EXCLAMATION)
Note: See TracChangeset
for help on using the changeset viewer.