Commit 25c8b1ab74dc0baa76e0ef509bf6b48509a553e6

Authored by Philippe Lagadec
Committed by GitHub
2 parents 6f8d1cdc bfb43f38

Merge pull request #670 from ljuturu/fix/#641---oleobj

oleobj: Missing commas in BLACKLISTED_RELATIONSHIP_TYPES
Showing 1 changed file with 2 additions and 2 deletions
oletools/oleobj.py
... ... @@ -212,8 +212,8 @@ BLACKLISTED_RELATIONSHIP_TYPES = [
212 212 'attachedTemplate',
213 213 'externalLink',
214 214 'externalLinkPath',
215   - 'externalReference'
216   - 'frame'
  215 + 'externalReference',
  216 + 'frame',
217 217 'hyperlink',
218 218 'officeDocument',
219 219 'oleObject',
... ...