Skip to content

Commit 9b7a2a7

Browse files
committed
cleanup
1 parent befdc19 commit 9b7a2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def create_ocsp_variants() -> list[BuildVariant]:
144144
# OCSP tests on Windows and MacOS.
145145
# MongoDB servers on these hosts do not staple OCSP responses and only support RSA.
146146
for host, version in product(["win64", "macos"], ["4.4", "8.0"]):
147-
python = (CPYTHONS[0] if version == "4.4" else CPYTHONS[-1],)
147+
python = CPYTHONS[0] if version == "4.4" else CPYTHONS[-1]
148148
variant = create_variant(
149149
[".ocsp-rsa !.ocsp-staple"],
150150
get_display_name(base_display, host, version, python),

0 commit comments

Comments
 (0)