add missing newline to satisfy flake8

This commit is contained in:
Karol Wypchlo 2022-03-31 15:23:58 +02:00
parent 93c6e790cd
commit 42f3ef3e22
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ sc_precision = 10**24
# Environment variable globals
setup_done = False
# get docker container id and return None if container not found
def get_docker_container_id(container_name):
docker_cmd = "docker ps -q -f name=" + container_name