We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I believe this is a bug:
>>> try: ... raise psutil.Error ... except psutil.Error as err: ... print(err) ... Traceback (most recent call last): File "<stdin>", line 2, in <module> psutil.Error: <exception str() failed> During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<stdin>", line 4, in <module> File "/home/fstagni/mambaforge/envs/dirac-development/lib/python3.9/site-packages/psutil/_common.py", line 300, in __str__ return " ".join([x for x in (self.msg, details) if x]) AttributeError: 'Error' object has no attribute 'msg'
Version 5.8.0 was printing correctly. Caused by 5d39cc9
The text was updated successfully, but these errors were encountered:
24b5601
No branches or pull requests
Summary
Description
I believe this is a bug:
Version 5.8.0 was printing correctly. Caused by 5d39cc9
The text was updated successfully, but these errors were encountered: