Skip to content

Commit f29a007

Browse files
committed
lint
1 parent d569f3f commit f29a007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hermetic_build/library_generation/tests/integration_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def __build_image(cls, docker_file: str, cwd: str):
202202
subprocess.check_call(
203203
["docker", "build", "-f", docker_file, "-t", image_tag, "."],
204204
cwd=cwd,
205-
env=dict(os.environ, DOCKER_BUILDKIT="1")
205+
env=dict(os.environ, DOCKER_BUILDKIT="1"),
206206
)
207207

208208
@classmethod

0 commit comments

Comments
 (0)