Skip to content

Commit 2654a1c

Browse files
committed
Make RunCommand verbose
1 parent f610ce8 commit 2654a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/upload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def upload(globpath: str, container: str, queue: str, sas_token_env: str, storag
3838
credential = None
3939
getLogger().info("Unable to use managed identity. Falling back to certificate.")
4040
cmd_line = [(os.path.join(str(helixpayload()), 'certhelper', "CertHelper%s" % extension()))]
41-
cert_helper = RunCommand(cmd_line, None, False, 0)
41+
cert_helper = RunCommand(cmd_line, None, True, 0)
4242
cert_helper.run()
4343
for cert in cert_helper.stdout.splitlines():
4444
credential = CertificateCredential(TENANT_ID, CERT_CLIENT_ID, certificate_data=base64_to_bytes(cert))

0 commit comments

Comments
 (0)