bump requirements, fix pyflake8 things, unpin botocore/awscli

This commit is contained in:
Leo Hemsted
2018-11-07 13:39:08 +00:00
parent d46caa184e
commit 267c4fc07b
11 changed files with 29 additions and 26 deletions

View File

@@ -316,7 +316,7 @@ def replay_service_callbacks(file_name, service_id):
try:
notification = Notification.query.filter_by(client_reference=ref.strip()).one()
notifications.append(notification)
except NoResultFound as e:
except NoResultFound:
errors.append("Reference: {} was not found in notifications.".format(ref))
for e in errors: