Changeset 3776


Ignore:
Timestamp:
Jan 7, 2019 4:20:55 PM (5 years ago)
Author:
toby
Message:

match new bootstrap option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpath.py

    r3720 r3776  
    762762
    763763BinaryPathLoaded = False
    764 def SetBinaryPath(printInfo=False):
     764def SetBinaryPath(printInfo=False, loadBinary=True):
    765765    '''
    766766    Add location of GSAS-II shared libraries (binaries: .so or .pyd files) to path
     
    810810            print('GSAS-II binary directory: {}'.format(binpath))
    811811        BinaryPathLoaded = True
     812    elif not loadBinary:
     813        raise Exception
    812814    else:                                                  # try loading them
    813815        if printInfo:
Note: See TracChangeset for help on using the changeset viewer.