Skip to content

Commit

Permalink
Apply auto-formatting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
weco-bot committed Jul 3, 2024
1 parent ac1d9a1 commit 3f40b4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/ss_retry_unpacking.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@ def create_context(ingest):
resp = sns.publish(TopicArn=topic_arn, Message=json.dumps(payload))
print(resp)

webbrowser.open(f"https://ingest-inspector.wellcomecollection.org/ingests/{ingest_id}")
webbrowser.open(
f"https://ingest-inspector.wellcomecollection.org/ingests/{ingest_id}"
)

0 comments on commit 3f40b4b

Please sign in to comment.