summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2022-01-07 12:55:07 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2022-01-07 12:55:07 +0100
commit24b560186482f02b830fbbbd09f9f09426d84114 (patch)
tree71b07b71cde8481f5776d800604983ed60e3998e /HISTORY.rst
parent83d7067d7568f09ad95f094d17731e643a4a7ce6 (diff)
downloadpsutil-24b560186482f02b830fbbbd09f9f09426d84114.tar.gz
fix #2048: str(psutil.Error) raise AttributeError
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 03656314..cef15236 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -5,6 +5,8 @@
**Bug fixes**
+- 2048_: ``AttributeError`` is raised if ``psutil.Error`` class is raised
+ manually and passed through ``str``.
- 2049_, [Linux]: `cpu_freq`_ erroneously returns ``curr`` value in GHz while
``min`` and ``max`` are in MHz.