adding a TODO

This commit is contained in:
frankknoll
2023-04-01 15:10:30 +02:00
parent 574292ec2b
commit f3a8a5a857

View File

@@ -15,6 +15,7 @@ def createAndSaveBatchCodeTables(
minADRsForLethality = minADRsForLethality, minADRsForLethality = minADRsForLethality,
onCountryProcessed = onCountryProcessed) onCountryProcessed = onCountryProcessed)
_createAndSaveBatchCodeTableForCountry( _createAndSaveBatchCodeTableForCountry(
# FK-TODO: createBatchCodeTableForCountry so definieren, dass createGlobalBatchCodeTable() sofort die gemergten Countries erzeugt
createBatchCodeTableForCountry = lambda country: batchCodeTableFactory.createGlobalBatchCodeTable(), createBatchCodeTableForCountry = lambda country: batchCodeTableFactory.createGlobalBatchCodeTable(),
country = 'Global', country = 'Global',
minADRsForLethality = minADRsForLethality, minADRsForLethality = minADRsForLethality,