MSCEWI2028
Run file must contain python statements only.
Low
This warning appears when a .run file BTEQ statement is migrated. Just to clarify that the code inside the file must be written in
Python
..run file "${SCRIPTDIR}/run_file.txt";
#** MSC-WARNING - MSCEWI2028 - RUN FILE MUST CONTAIN PYTHON STATEMENTS ONLY **
for statement in snowconvert_helpers.readrun("${SCRIPTDIR}/run_file.txt"):
eval(statement)
- Verify if the file used by the
.run
statement is written in Python.
Last modified 3mo ago