misc: force rebuilding CSV files in daily job (#45643)

This commit is contained in:
Frédéric Péters 2020-07-31 10:43:10 +02:00 committed by Emmanuel Cazenave
parent 16d118aeda
commit 9d62b8b768
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class FSNReunionConnector(BaseResource):
def daily(self):
self.logger.info('start generate batch')
for batch in self._generate_batches():
for batch in self._generate_batches(force=True):
self.logger.info('created batch %s' % batch.batch_date)
self.logger.info('end generate batch')