mirror of
https://github.com/DarrylNixon/melamine.git
synced 2024-04-22 06:27:20 -07:00
clean up proc/etc handling
This commit is contained in:
parent
cff31bd483
commit
44595439ca
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from .classes import ShredDir
|
||||||
from .classes import ShredFile
|
from .classes import ShredFile
|
||||||
from .logs import logger
|
from .logs import logger
|
||||||
|
|
||||||
IGNORE_GLOBAL = set("/proc", "/dev", "/sys")
|
IGNORE_GLOBAL = ("/proc", "/dev", "/sys")
|
||||||
|
|
||||||
|
|
||||||
async def main(job: argparse.Namespace) -> bool:
|
async def main(job: argparse.Namespace) -> bool:
|
||||||
|
|
Loading…
Reference in a new issue