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
Hi, I have this deprecation warning when I call psutil.disk_usage('/'). Would it be possible to fix this in the next release? Thanks
C:\Users\user\repo\env\lib\site-packages\psutil\_pswindows.py:280: DeprecationWarning: getargs: The 'u' format is deprecated. Use 'U' instead.
total, free = cext.disk_usage(path)
The text was updated successfully, but these errors were encountered:
Summary
Description
Hi, I have this deprecation warning when I call psutil.disk_usage('/'). Would it be possible to fix this in the next release? Thanks
The text was updated successfully, but these errors were encountered: