We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21291c commit 994ff8dCopy full SHA for 994ff8d
postBuild
@@ -15,11 +15,11 @@ if [ $QUARTO_JSON != "" ]; then
15
# create a python script and run it
16
PYTHON_SCRIPT=_quarto_version.py
17
if [ -e $PYTHON_SCRIPT ]; then
18
- rm -rf $PYTHON_SCRIPT
+ rm -r $PYTHON_SCRIPT
19
fi
20
21
cat > $PYTHON_SCRIPT <<EOF
22
-import urllib, json
+import urllib
23
24
import urllib.request, json
25
with urllib.request.urlopen("https://quarto.org/docs/download/${QUARTO_JSON}") as url:
0 commit comments