Changeset 3934 for install/g2complete/src/bootstrap.py
- Timestamp:
- Apr 25, 2019 6:20:40 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2complete/src/bootstrap.py
r3930 r3934 270 270 val = '' 271 271 if key: 272 print('key=',key)273 272 val = os.environ[key].strip() 274 print('val=',val)275 273 if val: 276 274 if val[-1] == '/': … … 404 402 sys.exit() 405 403 406 if allBinaries and skipDownloadSteps:404 if allBinaries and not skipDownloadSteps: 407 405 print('Loading all binaries with command...') 408 406 if not GSASIIpath.svnSwitchDir('AllBinaries','',g2home+ 'Binaries/',None,True):
Note: See TracChangeset
for help on using the changeset viewer.