mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 23:32:27 -05:00
fix get_job_from_s3
This commit is contained in:
@@ -84,9 +84,6 @@ class RecipientCSV:
|
||||
try:
|
||||
self._guestlist = list(value)
|
||||
except TypeError:
|
||||
current_app.logger.exception(
|
||||
f"Type error setting the guest list to {value}"
|
||||
)
|
||||
self._guestlist = []
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user