small syntax change

This commit is contained in:
Jared Van Bortel 2023-12-27 21:34:46 -05:00
parent ce26f49208
commit d0ab7a1dc6

View file

@ -113,7 +113,7 @@ check_convert_script() {
check_requirements "$reqs"
python - "$py" "$pyname" <<EOF
python - "$py" "$pyname" <<'EOF'
import sys
from importlib.machinery import SourceFileLoader
py, pyname = sys.argv[1:]