Add TODO comment for future consideration

This commit is contained in:
Roberto Rosario
2012-02-14 16:36:59 -04:00
parent f78b09229c
commit ffb155366a

View File

@@ -34,6 +34,7 @@ class ConverterClass(ConverterBase):
pages = slate.PDF(fd)
except:
return 1
# TODO: Maybe return UnknownFileFormat to display proper unknwon file format message in document description
return len(pages)
try: