Skip to content

Commit e24bde5

Browse files
Update Tools/ssl/multissltests.py
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 22470c1 commit e24bde5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Tools/ssl/multissltests.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@
112112
'--awslc',
113113
nargs='+',
114114
default=(),
115-
help=(
116-
"AWS-LC versions, defaults to '{}'."
117-
).format(AWSLC_RECENT_VERSIONS)
115+
help=f"AWS-LC versions, defaults to '{AWSLC_RECENT_VERSIONS}'."
118116
)
119117
parser.add_argument(
120118
'--tests',

0 commit comments

Comments
 (0)