From 6ecdcdbe37125b010c943ed74d4d467db29dd248 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Tue, 7 Jun 2016 12:12:41 +0200 Subject: [PATCH] corrected one comment --- oletools/olevba.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oletools/olevba.py b/oletools/olevba.py index 6bc7c31..4fb4cef 100755 --- a/oletools/olevba.py +++ b/oletools/olevba.py @@ -2470,7 +2470,7 @@ class VBA_Parser(object): :return: bool, True if at least one VBA project has been found, False otherwise """ - #TODO: return None or raise exception if format not supported like PPT 97-2003 + #TODO: return None or raise exception if format not supported #TODO: return the number of VBA projects found instead of True/False? # if this method was already called, return the previous result: if self.contains_macros is not None: -- libgit2 0.21.4