Changeset 3250


Ignore:
Timestamp:
Jan 30, 2018 8:37:13 AM (5 years ago)
Author:
vondreele
Message:

fix for except in GetTypeName?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r3249 r3250  
    35073507            return self.dataTypes[col]
    35083508        except (TypeError,IndexError):
    3509             return None
     3509            return wg.GRID_VALUE_STRING
    35103510
    35113511    def GetValue(self, row, col):
Note: See TracChangeset for help on using the changeset viewer.