Changeset 4739


Ignore:
Timestamp:
Jan 7, 2021 4:28:30 PM (3 years ago)
Author:
toby
Message:

more install work

Location:
install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • install/bootstrap.py

    r4738 r4739  
    576576    msg = 'Failed with import of GSASIIpath. This is unexpected.'
    577577    msg += '\nGSAS-II will not run without correcting this. Contact toby@anl.gov'
    578     print('GSASIIpath import error\n',err)
     578    print('GSASIIpath import error\n')
     579    print(err)
    579580    BailOut(msg)
    580581
  • install/g2complete/src/bootstrap.py

    r4736 r4739  
    297297        print('import of GSASIIpath completed')
    298298    except Exception as err:
    299         msg = 'Failed with import of GSASIIpath. This is unexpected.'
     299        msg = 'Failed with import of GSASIIpath in svnChecksumPatch. This is unexpected.'
    300300        msg += '\nGSAS-II will not run without correcting this. Contact toby@anl.gov'
    301301        print(err)
     
    576576    msg = 'Failed with import of GSASIIpath. This is unexpected.'
    577577    msg += '\nGSAS-II will not run without correcting this. Contact toby@anl.gov'
     578    print('GSASIIpath import error\n')
     579    print(err)
    578580    BailOut(msg)
    579581
Note: See TracChangeset for help on using the changeset viewer.