Skip to content

Commit

Permalink
ADD todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DissectMalware committed Mar 5, 2019
1 parent a7fc699 commit caa829c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions olefile/olefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2265,6 +2265,8 @@ def get_document_variables(self):
Extract the document variables from Microsft Word docs
:return: it returns a list of dictionaries, each of them contains var_name and value keys
"""
# TODO: testing the code
# TODO: adding exception handeling
data = []
word_fp = self.openstream(['WordDocument'])

Expand Down

0 comments on commit caa829c

Please sign in to comment.