Changeset 27634
- Timestamp:
- 03/07/23 00:35:47 (3 years ago)
- File:
-
- 1 edited
-
issm/trunk-jpl/scripts/py_to_pyc.sh (modified) (1 diff)
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.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)