Changeset 4877


Ignore:
Timestamp:
Apr 9, 2021 4:20:30 PM (2 years ago)
Author:
toby
Message:

fix read w/blank name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/imports/G2phase_CIF.py

    r4832 r4877  
    602602                except TypeError:
    603603                    name = blk.get(lbl)
     604                except:
     605                    continue
    604606                if name is None:
    605607                    continue
Note: See TracChangeset for help on using the changeset viewer.