Changeset 4739 for install/g2complete
- Timestamp:
- Jan 7, 2021 4:28:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.