We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656a511 commit b42ba67Copy full SHA for b42ba67
attestations.py
@@ -82,7 +82,7 @@ def assert_attestations_do_not_pre_exist(
82
83
existing_attestations_list = '\n'.join(map(str, existing_attestations))
84
error_message = (
85
- 'The following distributions already have publish attestations:'
+ 'The following distributions already have publish attestations: '
86
f'{existing_attestations_list}'
87
)
88
die(error_message)
0 commit comments