Update utils with a fix for address formats for letters.

This commit is contained in:
Rebecca Law
2017-10-31 15:03:12 +00:00
parent 1c0da94c6c
commit f01c088f2f
2 changed files with 2 additions and 1 deletions

View File

@@ -326,6 +326,7 @@ def build_dvla_file(self, job_id):
current_app.logger.info("All notifications for job {} are not persisted".format(job_id))
self.retry(queue=QueueNames.RETRY, exc="All notifications for job {} are not persisted".format(job_id))
except Exception as e:
# ? should this retry?
current_app.logger.exception("build_dvla_file threw exception")
raise e