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
SetErrorMode() is used in disk_partitions() because in case of error it may display a message box. It is reset to system default before exiting the function but instead it should be reset the error mode to whatever it was before in case the user changed it in the python app.
The text was updated successfully, but these errors were encountered:
giampaolo
changed the title
disk_partitions() on Windows doesn't properly reset user SetErrorMode
disk_partitions() on Windows overrides user's SetErrorMode()
May 2, 2017
SetErrorMode() is used in disk_partitions() because in case of error it may display a message box. It is reset to system default before exiting the function but instead it should be reset the error mode to whatever it was before in case the user changed it in the python app.
The text was updated successfully, but these errors were encountered: