We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aca080 commit 7f00146Copy full SHA for 7f00146
django_kat/simqueue/dockering.py
@@ -65,7 +65,7 @@ def run_docker(client, dockerfile_dir, image_name, simulation):
65
"""
66
console = ""
67
68
- try:
+ try:
69
rows = client.build(path=dockerfile_dir, tag=image_name)
70
for row in rows:
71
logger.info(row)
0 commit comments