From 31b6311e993439b2bbb087511ca012e140003d9e Mon Sep 17 00:00:00 2001 From: Joscha Date: Tue, 1 Jun 2021 19:02:55 +0200 Subject: [PATCH] Remove incorrect tmp file explain message --- PFERD/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PFERD/__main__.py b/PFERD/__main__.py index 5ae62bb..b274b6b 100644 --- a/PFERD/__main__.py +++ b/PFERD/__main__.py @@ -147,7 +147,6 @@ def main() -> None: log.unlock() log.explain_topic("Interrupted, exiting immediately") log.explain("Open files and connections are left for the OS to clean up") - log.explain("Temporary files are not cleaned up") pferd.print_report() # TODO Clean up tmp files # And when those files *do* actually get cleaned up properly,