Skip to content

Commit

Permalink
Remove unnecessary continue
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanson8 committed Feb 10, 2022
1 parent 10e1879 commit b06fc8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion awd/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ def listen(
dynamodb_client.update_doi_item_status_in_database(
ctx.obj["doi_table"], doi, Status.UNPROCESSED.value
)
continue
else:
logger.info(f"DOI: {doi}, Result: {body}")
sqs.delete(
Expand Down

0 comments on commit b06fc8f

Please sign in to comment.