-
-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Labels
Description
pyfilesystem2/fs/error_tools.py
Line 87 in 2d0ffc3
if getattr(exc_value, "args", None) == 32: # pragma: no cover |
This compares a tuple to int and is always false.
althonos