Skip to content

Commit 1a8abac

Browse files
committed
1 parent 70eae3d commit 1a8abac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EnumEnvVars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def main():
142142

143143
results = {"engine_info": engine_info, "containers": []}
144144

145-
print(f"Found {len(containers)} containers. Inspecting")
145+
print(f"Found {len(containers)} containers. Inspecting")
146146
with alive_bar(len(containers), title="Investigating containers") as bar:
147147
for c in containers:
148148
container_id = c.get("Id", "") or ""

0 commit comments

Comments
 (0)