mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2025-07-18 05:14:24 +02:00
Bypass buffer
This commit is contained in:
parent
c754083cec
commit
8f72d61300
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user