Skip to content

Commit 53ebc8d

Browse files
committed
[Automated Commit] Format Codebase
1 parent 5e8daea commit 53ebc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/run-docker-container/customize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def preprocess(i):
7070
}
7171

7272
if len(out) > 0 and str(env.get('CM_DOCKER_REUSE_EXISTING_CONTAINER',
73-
'')).lower() in ["1", "true", "yes"]: # container exists
73+
'')).lower() in ["1", "true", "yes"]: # container exists
7474
out_json = json.loads(out)
7575
existing_container_id = out_json[0]['Id']
7676
print(f"Reusing existing container {existing_container_id}")

0 commit comments

Comments
 (0)