From 44595439ca7aef7fa1afd253dd70664dc9213510 Mon Sep 17 00:00:00 2001 From: Darryl Nixon Date: Sun, 16 Jul 2023 15:06:48 -0700 Subject: [PATCH] clean up proc/etc handling --- melamine/shred.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/melamine/shred.py b/melamine/shred.py index c6c3523..2f9ba2a 100644 --- a/melamine/shred.py +++ b/melamine/shred.py @@ -9,7 +9,7 @@ from .classes import ShredDir from .classes import ShredFile from .logs import logger -IGNORE_GLOBAL = set("/proc", "/dev", "/sys") +IGNORE_GLOBAL = ("/proc", "/dev", "/sys") async def main(job: argparse.Namespace) -> bool: