From 8c4ed4617afd6b278fa9c1b1528a7884a6f4bcb5 Mon Sep 17 00:00:00 2001 From: Dan Puttick Date: Mon, 7 Aug 2017 17:17:59 -0400 Subject: [PATCH] Fix description string in filecheck.py --- bin/filecheck.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/filecheck.py b/bin/filecheck.py index df3bd98..9565646 100644 --- a/bin/filecheck.py +++ b/bin/filecheck.py @@ -126,7 +126,7 @@ class File(FileBase): '.Trashes', '._.Trashes', '.DS_Store', '.fseventsd', '.Spotlight-V100' ) if self.filename in macos_hidden_files: - self.add_description('MacOS metadata file, added by MacOS to certain USB drives and directories') + self.add_description('MacOS metadata file, added by MacOS to USB drives and some directories') self.should_copy = False right_to_left_override = u"\u202E" if right_to_left_override in self.filename: @@ -290,7 +290,6 @@ class File(FileBase): if len(doc.features.embedded_packages) > 0: self.make_dangerous('Ooxml file with embedded packages') - def _libreoffice(self): """Process a libreoffice file.""" # As long as there is no way to do a sanity check on the files => dangerous