We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d40f6 commit b223cbbCopy full SHA for b223cbb
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