Skip to content
Snippets Groups Projects
Commit 06078b2bfb85 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:shirt: pylint

parent d1586d7d2eef
No related branches found
No related tags found
1 merge request!94👕 pylint
This commit is part of merge request !94. Comments created here will be created in the context of that merge request.
......@@ -380,8 +380,7 @@
test_args.append("--log-level")
test_args.append(test_log_level)
return docker_dev_start_main(test_args)
else:
raise NotImplementedError
raise NotImplementedError
return 255
......
......@@ -15,6 +15,7 @@
for container in DockerClient.client.containers():
if name == container.names:
return container
return None
def remove_and_stop(docker_client, name):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment