Changeset 1355 for trunk/GSASIIIO.py


Ignore:
Timestamp:
May 20, 2014 11:49:19 AM (9 years ago)
Author:
toby
Message:

initial 10.9/Canopy fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIIO.py

    r1331 r1355  
    865865def ProjFileOpen(G2frame):
    866866    'Read a GSAS-II project file and load into the G2 data tree'
     867    if not os.path.exists(G2frame.GSASprojectfile):
     868        print ('\n*** Error attempt to open project file that does not exist:\n   '+
     869               str(G2frame.GSASprojectfile))
     870        return
    867871    file = open(G2frame.GSASprojectfile,'rb')
    868872    print 'load from file: ',G2frame.GSASprojectfile
Note: See TracChangeset for help on using the changeset viewer.