We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70eae3d commit 1a8abacCopy full SHA for 1a8abac
EnumEnvVars.py
@@ -142,7 +142,7 @@ def main():
142
143
results = {"engine_info": engine_info, "containers": []}
144
145
- print(f"Found {len(containers)} containers. Inspecting…")
+ print(f"Found {len(containers)} containers. Inspecting")
146
with alive_bar(len(containers), title="Investigating containers") as bar:
147
for c in containers:
148
container_id = c.get("Id", "") or ""
0 commit comments