We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f52bc commit 656a511Copy full SHA for 656a511
attestations.py
@@ -83,7 +83,7 @@ def assert_attestations_do_not_pre_exist(
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}',
+ f'{existing_attestations_list}'
87
)
88
die(error_message)
89
0 commit comments