mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2025-09-08 03:07:12 +02:00
Bypass buffer
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user