Skip to content

Commit 7f00146

Browse files
committed
typo
1 parent 2aca080 commit 7f00146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_kat/simqueue/dockering.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def run_docker(client, dockerfile_dir, image_name, simulation):
6565
"""
6666
console = ""
6767

68-
try:
68+
try:
6969
rows = client.build(path=dockerfile_dir, tag=image_name)
7070
for row in rows:
7171
logger.info(row)

0 commit comments

Comments
 (0)