Commit 8a4ce7104ad4c9cdc1a809988dcdc6201d032937

Authored by decalage2
2 parents 31377969 ce043b63

Merge remote-tracking branch 'origin/master'

Showing 1 changed file with 1 additions and 1 deletions
oletools/olevba.py
... ... @@ -2059,7 +2059,7 @@ def _extract_vba(ole, vba_root, project_path, dir_path, relaxed=False):
2059 2059 """
2060 2060 log.debug('relaxed is %s' % relaxed)
2061 2061  
2062   - project = VBA_Project(ole, vba_root, project_path, dir_path, relaxed=False)
  2062 + project = VBA_Project(ole, vba_root, project_path, dir_path, relaxed)
2063 2063 project.parse_project_stream()
2064 2064  
2065 2065 for code_path, filename, code_data in project.parse_modules():
... ...