Changeset 3679 for trunk/makeBat.py
- Timestamp:
- Oct 17, 2018 12:56:39 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/makeBat.py
r3678 r3679 62 62 fp.write("@REM created by run of bootstrap.py on {:%d %b %Y %H:%M}\n".format( 63 63 datetime.datetime.now())) 64 activate = "call "+os.path.join(os.path.split(gsas 2path)[0],'Scripts','activate')64 activate = "call "+os.path.join(os.path.split(gsaspath)[0],'Scripts','activate') 65 65 print(activate) 66 66 if os.path.exists(activate):
Note: See TracChangeset
for help on using the changeset viewer.