mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
We want to continue not break.
This commit is contained in:
@@ -830,12 +830,12 @@ def populate_go_live(file_name):
|
||||
go_live_user = get_user_by_email(go_live_email)
|
||||
except NoResultFound:
|
||||
print("No user found for email address: ", go_live_email)
|
||||
break
|
||||
continue
|
||||
try:
|
||||
service = dao_fetch_service_by_id(service_id)
|
||||
except NoResultFound:
|
||||
print("No service found for: ", service_id)
|
||||
break
|
||||
continue
|
||||
service.go_live_user = go_live_user
|
||||
service.go_live_at = go_live_date
|
||||
dao_update_service(service)
|
||||
|
||||
Reference in New Issue
Block a user