Commit 6ecdcdbe37125b010c943ed74d4d467db29dd248
1 parent
d6d204b9
corrected one comment
Showing
1 changed file
with
1 additions
and
1 deletions
oletools/olevba.py
| ... | ... | @@ -2470,7 +2470,7 @@ class VBA_Parser(object): |
| 2470 | 2470 | |
| 2471 | 2471 | :return: bool, True if at least one VBA project has been found, False otherwise |
| 2472 | 2472 | """ |
| 2473 | - #TODO: return None or raise exception if format not supported like PPT 97-2003 | |
| 2473 | + #TODO: return None or raise exception if format not supported | |
| 2474 | 2474 | #TODO: return the number of VBA projects found instead of True/False? |
| 2475 | 2475 | # if this method was already called, return the previous result: |
| 2476 | 2476 | if self.contains_macros is not None: | ... | ... |