Changeset 2904


Ignore:
Timestamp:
Jul 4, 2017 10:03:15 AM (6 years ago)
Author:
toby
Message:

try to fix Docs build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpath.py

    r2903 r2904  
    631631    except AttributeError:
    632632        print('Problem with download')
    633     if TestSPG(binpath):
     633    if binpath and TestSPG(binpath):
    634634        print('GSAS-II binary directory: {}'.format(binpath))
    635635        sys.path.insert(0,binpath)
Note: See TracChangeset for help on using the changeset viewer.