Skip to content

Commit 818b183

Browse files
committed
Revert "Merge pull request #340"
This reverts commit c5ff34d, reversing changes made to 76f52bc.
1 parent c5ff34d commit 818b183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

attestations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ def assert_attestations_do_not_pre_exist(
8282

8383
existing_attestations_list = '\n'.join(map(str, existing_attestations))
8484
error_message = (
85-
'The following distributions already have publish attestations: '
86-
f'{existing_attestations_list}'
85+
'The following distributions already have publish attestations:'
86+
f'{existing_attestations_list}',
8787
)
8888
die(error_message)
8989

0 commit comments

Comments
 (0)