Changeset 2904
- Timestamp:
- Jul 4, 2017 10:03:15 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpath.py
r2903 r2904 631 631 except AttributeError: 632 632 print('Problem with download') 633 if TestSPG(binpath):633 if binpath and TestSPG(binpath): 634 634 print('GSAS-II binary directory: {}'.format(binpath)) 635 635 sys.path.insert(0,binpath)
Note: See TracChangeset
for help on using the changeset viewer.