Skip to content

Commit

Permalink
small syntax change
Browse files Browse the repository at this point in the history
  • Loading branch information
cebtenzzre committed Dec 28, 2023
1 parent ce26f49 commit d0ab7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:]
Expand Down

0 comments on commit d0ab7a1

Please sign in to comment.