Skip to content

Commit

Permalink
fix linting issues take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesgaroux committed Sep 12, 2024
1 parent 7cc40dc commit e526cc9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/miro_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,10 +413,11 @@ def update_miro_image_suppressions_doc():
# the Github CLI is required
os.system(
f"gh workflow run update_miro_suppressions_doc.yml "
f"--repo wellcomecollection/private "
f"--field committer='{git('config', 'user.name')} <{git('config', 'user.email')}>'"
f"--repo wellcomecollection/private "
f"--field committer='{git('config', 'user.name')} <{git('config', 'user.email')}>'"
)


def register_on_dlcs(origin_url, miro_id):
dlcs_response = dlcs_api_client().post(
f"https://api.dlcs.io/customers/2/queue/priority",
Expand Down

0 comments on commit e526cc9

Please sign in to comment.