You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
This one is a false positive: /dev/null discards all bytes written and offers no bytes on reading (just EOF), so encoding doesn’t matter. I think I might file a feature request on Pylint.
The text was updated successfully, but these errors were encountered:
Split from #1860. Pylint: W1514 unspecified-encoding
This happens twice:
charliecloud/lib/filesystem.py
Line 892 in 5ceefa7
Probably right here.
charliecloud/lib/charliecloud.py
Line 683 in d679373
This one is a false positive:
/dev/null
discards all bytes written and offers no bytes on reading (just EOF), so encoding doesn’t matter. I think I might file a feature request on Pylint.The text was updated successfully, but these errors were encountered: