Changeset 4739
- Timestamp:
- Jan 7, 2021 4:28:30 PM (3 years ago)
- Location:
- install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/bootstrap.py
r4738 r4739 576 576 msg = 'Failed with import of GSASIIpath. This is unexpected.' 577 577 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) 579 580 BailOut(msg) 580 581 -
install/g2complete/src/bootstrap.py
r4736 r4739 297 297 print('import of GSASIIpath completed') 298 298 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.' 300 300 msg += '\nGSAS-II will not run without correcting this. Contact toby@anl.gov' 301 301 print(err) … … 576 576 msg = 'Failed with import of GSASIIpath. This is unexpected.' 577 577 msg += '\nGSAS-II will not run without correcting this. Contact toby@anl.gov' 578 print('GSASIIpath import error\n') 579 print(err) 578 580 BailOut(msg) 579 581
Note: See TracChangeset
for help on using the changeset viewer.