Compare commits

...
Author SHA1 Message Date
Andrew Ferlitsch 124d7b5e62 migration: labeling 2023-01-19 18:08:02 +00:00
@@ -352,7 +352,10 @@
},
"outputs": [],
"source": [
"EMAIL = \"[your-email-address]\" # @param {type: \"string\"}"
"EMAIL = \"[your-email-address]\" # @param {type: \"string\"}\n",
"\n",
"if os.getenv(\"IS_TESTING\"):\n",
" EMAIL = \"noreply@google.com\""
]
},
{