Changeset 1965
- Timestamp:
- Aug 28, 2015 10:00:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/makeBat.py
r1901 r1965 46 46 if ' ' in pythonexe: pexe = '"'+pythonexe+'"' 47 47 G2s = G2script 48 if ' ' in G2s: G2s cript= '"'+G2script+'"'48 if ' ' in G2s: G2s = '"'+G2script+'"' 49 49 fp.write(Script.format(pexe,G2s)) 50 50 fp.close()
Note: See TracChangeset
for help on using the changeset viewer.