From dd3863a1f6df12b720ffb4a1b18126c084c75ca8 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Fri, 31 Dec 2021 19:36:40 -0300 Subject: [PATCH] Remove more debug code --- biostools/extractors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biostools/extractors.py b/biostools/extractors.py index 65093cc..0954fd6 100644 --- a/biostools/extractors.py +++ b/biostools/extractors.py @@ -343,7 +343,7 @@ class DiscardExtractor(Extractor): # executables b'''(\\x7FELF)|''' # reports - b'''CPU-Z TXT Report|\s{7}File: A|-+\[ AIDA32 |HWiNFO64 Version |3DMARK2001 PROJECT|Report Dr. Hardware|\r\n(?:\s+(HWiNFO v)|\r\n\s+\r\n\s+Microsoft Diagnostics version )|SIV[^\s]+ - System Information Viewer V''' + b'''CPU-Z TXT Report|\s{7}File: A|-+\[ AIDA32 |HWiNFO64 Version |3DMARK2001 PROJECT|Report Dr. Hardware|\r\n(?:\s+HWiNFO v|\r\n\s+\r\n\s+Microsoft Diagnostics version )|SIV[^\s]+ - System Information Viewer V''' ) def extract(self, file_path, file_header, dest_dir, dest_dir_0):