debug: check if passes 28 (#2052)

This commit is contained in:
Andrew Ferlitsch
2023-06-27 20:11:13 +00:00
committed by GitHub
parent e6ae1b185c
commit 656afd3cff
@@ -318,7 +318,7 @@
},
"outputs": [],
"source": [
"BUCKET_URI = \"gs://your-bucket-name-unique\" # @param {type:\"string\"}"
"BUCKET_URI = f\"gs://your-bucket-name-{PROJECT_ID}-unique\" # @param {type:\"string\"}"
]
},
{
@@ -338,7 +338,7 @@
},
"outputs": [],
"source": [
"! gsutil mb -l $REGION -p $PROJECT_ID $BUCKET_URI"
"! gsutil mb -l {REGION} -p {PROJECT_ID} {BUCKET_URI}"
]
},
{