We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224aa02 commit a70260cCopy full SHA for a70260c
src/dinglehopper/ocr_files.py
@@ -168,7 +168,7 @@ def make_segment(no, line):
168
169
if encoding == "autodetect":
170
fileencoding = detect_encoding(filename)
171
- log.warn(
+ log.warning(
172
f"Autodetected encoding as '{fileencoding}'"
173
", it is recommended to specify it explicitly with --plain-encoding"
174
)
0 commit comments