Commit d5b971e454b87272723a1a354c49c5438f8f106e
1 parent
b9876635
ftguess: added a comment for later
Showing
1 changed file
with
1 additions
and
0 deletions
oletools/ftguess.py
| ... | ... | @@ -429,6 +429,7 @@ class FType_Generic_OpenXML(FType_Base): |
| 429 | 429 | # another strange data type out there that we do not understand |
| 430 | 430 | # yet. Return False so file type will stay FType_Generic_OpenXML |
| 431 | 431 | log.warning('Failed to find any known relationship in OpenXML-file') |
| 432 | + # TODO: here we should recognize a generic OpenXML type instead of returning False | |
| 432 | 433 | return False |
| 433 | 434 | |
| 434 | 435 | # parse content types, find content type of main part | ... | ... |