small syntax change
This commit is contained in:
parent
ce26f49208
commit
d0ab7a1dc6
1 changed files with 1 additions and 1 deletions
|
@ -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:]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue