Skip to content

Commit 50cad0b

Browse files
committed
Minor syntax fix to pass pre-commit check
1 parent b149847 commit 50cad0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ def create_dockerfile_linux(
12271227
repoagents,
12281228
caches,
12291229
endpoints,
1230-
rt_base_image=None
1230+
rt_base_image=None,
12311231
):
12321232
base_image = argmap["BASE_IMAGE"]
12331233
# If runtime base image is provided, use it as the base image

0 commit comments

Comments
 (0)