This commit is contained in:
Frank Knoll
2024-07-12 18:06:08 +02:00
parent b1fe52817f
commit 1bf6609fab

View File

@@ -688,10 +688,11 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"updateHtmlFile4SymptomsCausedByCOVIDLots(\n", "# FK-TODO: reactivate\n",
" symptoms = list(prrByLotAndSymptom.columns),\n", "#updateHtmlFile4SymptomsCausedByCOVIDLots(\n",
" batches = list(prrByLotAndSymptom.index),\n", "# symptoms = list(prrByLotAndSymptom.columns),\n",
" htmlFile = os.path.normpath(webAppBaseDir + '/index.html'))" "# batches = list(prrByLotAndSymptom.index),\n",
"# htmlFile = os.path.normpath(webAppBaseDir + '/index.html'))"
] ]
}, },
{ {