Skip to content

Commit

Permalink
[Minor] fix --relaxed decalage2#595
Browse files Browse the repository at this point in the history
  • Loading branch information
c-rosenberg committed Sep 14, 2020
1 parent 07ac16c commit 25adcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oletools/olevba.py
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,7 @@ def _extract_vba(ole, vba_root, project_path, dir_path, relaxed=False):
"""
log.debug('relaxed is %s' % relaxed)

project = VBA_Project(ole, vba_root, project_path, dir_path, relaxed=False)
project = VBA_Project(ole, vba_root, project_path, dir_path, relaxed)
project.parse_project_stream()

for code_path, filename, code_data in project.parse_modules():
Expand Down

0 comments on commit 25adcdf

Please sign in to comment.