Luke Boggs

Results 3 issues of Luke Boggs

Addresses issue #3662 Uses the same logic to handle the `html_text` as the code starting on line 139 handling the `find_subtable == True` case

**Describe the bug** When calling `partition_xlsx(file_path, infer_table_structure=False, find_subtable=False)`, the following error occurs: `TypeError: object of type 'NoneType' has no len()` Stack trace: ```bash Traceback (most recent call last): File "/Users/lb/js-apps/xlsx-parser/processor.py",...

bug

Please review the [Community Note](https://github.com/trufflesecurity/trufflehog/blob/main/.github/community_note.md) before submitting ## Description The flag for `--exclude-paths` expects a file with line separated regexes to be provided. Most projects will have a `.gitignore` file...

enhancement