AttributeError: 'NoneType' object has no attribute 'encoding' (from_path(filename).best().encoding) #277
Labels
C: convention
Relates to docstring format convention
P: bug
PEP 257 violation or existing functionality that doesn't work as documented
U: high
AttributeError is caught in from_path(filename).best().encoding because from_path(filename).best() can be None ref.
Version
The text was updated successfully, but these errors were encountered: