Skip to content

Commit b42ba67

Browse files
authored
Add a whitespace before existsing attestations list
1 parent 656a511 commit b42ba67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attestations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ 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:'
85+
'The following distributions already have publish attestations: '
8686
f'{existing_attestations_list}'
8787
)
8888
die(error_message)

0 commit comments

Comments
 (0)