Skip to content

Commit

Permalink
ensure that py36 can start the process properly (#23108)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored Feb 17, 2022
1 parent 7faf310 commit 51da087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/azure-sdk-tools/devtools_testutils/proxy_startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def get_container_info():
shlex.split("docker container ls -a --format '{{json .}}' --filter name=" + CONTAINER_NAME),
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
stdin=subprocess.DEVNULL
)

output, stderr = proc.communicate()
Expand Down

0 comments on commit 51da087

Please sign in to comment.