Skip to content

Commit e24bde5

Browse files
Update Tools/ssl/multissltests.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 22470c1 commit e24bde5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)