Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
  • Loading branch information
thiswillbeyourgithub committed Oct 17, 2024
1 parent 866314d commit befbd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdoc/utils/batch_file_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def batch_load_doc(
else:
raise Exception("No more python magic heuristics to try")
except Exception as err:
red(f"Failed to detect 'auto' filetype for '{fp}' with regex and even python-magic")
red(f"Failed to detect 'auto' filetype for '{fp}' with regex and even python-magic. Error: '{err}'")

assert (
load_filetype != "auto"
Expand Down

0 comments on commit befbd5f

Please sign in to comment.