Commit bfb43f38902ea339c67398b8c100a2942663a183

Authored by sindhuri.juturu
1 parent fc660e7e

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,8 +212,8 @@ BLACKLISTED_RELATIONSHIP_TYPES = [
212 'attachedTemplate', 212 'attachedTemplate',
213 'externalLink', 213 'externalLink',
214 'externalLinkPath', 214 'externalLinkPath',
215 - 'externalReference'  
216 - 'frame' 215 + 'externalReference',
  216 + 'frame',
217 'hyperlink', 217 'hyperlink',
218 'officeDocument', 218 'officeDocument',
219 'oleObject', 219 'oleObject',