We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ff34d commit 818b183Copy full SHA for 818b183
attestations.py
@@ -82,8 +82,8 @@ 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: '
86
- f'{existing_attestations_list}'
+ 'The following distributions already have publish attestations:'
+ f'{existing_attestations_list}',
87
)
88
die(error_message)
89
0 commit comments