Changeset 4739 for install/bootstrap.py


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

more install work

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.