diff --git a/src/HowBadIsMyBatch.ipynb b/src/HowBadIsMyBatch.ipynb index 747905cbbc8..7f78386afa7 100644 --- a/src/HowBadIsMyBatch.ipynb +++ b/src/HowBadIsMyBatch.ipynb @@ -161,7 +161,7 @@ "if isGlobal:\n", " batchcodes = MultiIndexValuesProvider.getValues(dictByBatchcodeTable.index)\n", " batchcodes = {batchcode for batchcode in batchcodes if batchcode != 'nan'}\n", - " directory = f'../docs/data/histograms/global'\n", + " directory = f'../docs/data/histograms/Global'\n", " shutil.rmtree(directory, ignore_errors = True)\n", " histogramDescriptionPersister = HistogramDescriptionPersister(directory)\n", " histogramDescriptionPersister.saveHistogramDescriptionsForBatchcodes(\n",