From 8f72d613001ee1003e351f13aa9125820b102029 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Thu, 17 Jul 2025 00:19:10 +0200 Subject: [PATCH] Bypass buffer --- backup-docker-to-local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup-docker-to-local.py b/backup-docker-to-local.py index bec6443..c514055 100644 --- a/backup-docker-to-local.py +++ b/backup-docker-to-local.py @@ -233,7 +233,7 @@ def is_image_whitelisted(container, images): whitelisted = any(pattern in info for pattern in images) # log the result - print(f"Container {container!r} → image {info!r} → whitelisted? {whitelisted}") + print(f"Container {container!r} → image {info!r} → whitelisted? {whitelisted}", flush=True) return whitelisted