Skip to content

Commit e17023e

Browse files
Fix missing return value
1 parent 87f7754 commit e17023e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cardinal_pythonlib/extract_text.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,6 +1302,8 @@ def _get_email_content(
13021302

13031303
return document_to_text(blob=blob, extension=ext, config=config)
13041304

1305+
return None
1306+
13051307

13061308
# =============================================================================
13071309
# Anything

0 commit comments

Comments
 (0)