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
fs_controller raises SLRDUnsupportedSystemError if utime not in os.supports_fd. From a user perspective it would be nicer to be notified about the fact his/her system is not supported right after the program starts (not during write_to_file).
This is not a critical issue as most current systems do support file descriptors though the addition of OSCompatibilityChecker module might be a nicer move.
The text was updated successfully, but these errors were encountered:
fs_controller raises SLRDUnsupportedSystemError if utime not in os.supports_fd. From a user perspective it would be nicer to be notified about the fact his/her system is not supported right after the program starts (not during write_to_file).
This is not a critical issue as most current systems do support file descriptors though the addition of OSCompatibilityChecker module might be a nicer move.
The text was updated successfully, but these errors were encountered: