We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15dda25 commit 48f658cCopy full SHA for 48f658c
.evergreen/orchestration/drivers_orchestration.py
@@ -348,10 +348,9 @@ def run(opts):
348
base = "ABSOLUTE_PATH_REPLACEMENT_TOKEN/.evergreen/x509gen"
349
text = text.replace(f"{base}/server.pem", normalize_path(opts.tls_pem_key_file))
350
text = text.replace(f"{base}/ca.pem", normalize_path(opts.tls_ca_file))
351
- else:
352
- text = text.replace(
353
- "ABSOLUTE_PATH_REPLACEMENT_TOKEN", normalize_path(DRIVERS_TOOLS)
354
- )
+ text = text.replace(
+ "ABSOLUTE_PATH_REPLACEMENT_TOKEN", normalize_path(DRIVERS_TOOLS)
+ )
355
data = json.loads(text)
356
357
if opts.require_api_version:
0 commit comments