diff --git a/src/BatchCodeTablePersister.py b/src/BatchCodeTablePersister.py index f3e51ea3506..f676d02ab9b 100644 --- a/src/BatchCodeTablePersister.py +++ b/src/BatchCodeTablePersister.py @@ -15,6 +15,7 @@ def createAndSaveBatchCodeTables( minADRsForLethality = minADRsForLethality, onCountryProcessed = onCountryProcessed) _createAndSaveBatchCodeTableForCountry( + # FK-TODO: createBatchCodeTableForCountry so definieren, dass createGlobalBatchCodeTable() sofort die gemergten Countries erzeugt createBatchCodeTableForCountry = lambda country: batchCodeTableFactory.createGlobalBatchCodeTable(), country = 'Global', minADRsForLethality = minADRsForLethality,