Skip to content

Commit a2efcda

Browse files
Update Tools/ssl/multissltests.py
Co-authored-by: Zachary Ware <[email protected]>
1 parent a0d7b5f commit a2efcda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tools/ssl/multissltests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@
110110
'--awslc',
111111
nargs='+',
112112
default=(),
113-
help=f"AWS-LC versions, defaults to '{AWSLC_RECENT_VERSIONS}'."
113+
help=(
114+
"AWS-LC versions, defaults to '{}' if no crypto library versions are given."
115+
).format(AWSLC_RECENT_VERSIONS)
114116
)
115117
parser.add_argument(
116118
'--tests',

0 commit comments

Comments
 (0)