From ef1e7d650401c1cc93c8bdce504e4c792e52a380 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Wed, 18 May 2022 21:39:39 -0300 Subject: [PATCH] Fix mistake in Award debug logging --- biostools/analyzers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biostools/analyzers.py b/biostools/analyzers.py index 728056d..3acc118 100644 --- a/biostools/analyzers.py +++ b/biostools/analyzers.py @@ -959,7 +959,7 @@ class AwardAnalyzer(Analyzer): # Extract string, unless the version is known to be too old to have a string. if self.version[:3] not in ('v2.', 'v3.'): self.string = util.read_string(file_data[id_block_index + 0xc71:id_block_index + 0xce0]) - self.debug_print('Raw string:', repr(version_string)) + self.debug_print('Raw string:', repr(self.string)) # Check if no string was inserted where it should # have been. (Gateway/Swan Anigma Award v4.28/4.32)