Changeset 27634
- Timestamp:
- 03/07/23 00:35:47 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/py_to_pyc.sh
r25762 r27634 14 14 15 15 echo "Compiling Python source files" 16 python -m compileall -q ${TARGET} > ${COMPILE_LOG}16 python3 -m compileall -q ${TARGET} > ${COMPILE_LOG} 17 17 18 18 if [ -s ${COMPILE_LOG} ]; then
Note:
See TracChangeset
for help on using the changeset viewer.