Fix of switching apps error#7
Open
suchintan-p wants to merge 2 commits intoprashantsengar:masterfrom
suchintan-p:master
Open
Fix of switching apps error#7suchintan-p wants to merge 2 commits intoprashantsengar:masterfrom suchintan-p:master
suchintan-p wants to merge 2 commits intoprashantsengar:masterfrom
suchintan-p:master
Conversation
"_exceptions" is not an attribute of psutil, hence attribute error was shown.
Owner
|
@suchintan-p are you sure this works? Have you tried it out on your PC? I have a doubt because since you said that |
Contributor
Author
|
Yes I have tried it in my PC, and it's working fine. 'psutil.NoSuchProcess'
is a valid exception class rather than 'psutil._exceptions.NoSuchProcess'
as ' _exceptions' is not a part of psutil.
…On Sat, Dec 7, 2019 at 6:22 PM Prashant Sengar ***@***.***> wrote:
@suchintan-p <https://github.com/suchintan-p> are you sure this works?
Have you tried it out on your PC? I have a doubt because since you said
that _exceptions is not a part of psutil then even if you use it in a
try-except block, it will give the same attribute error.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7?email_source=notifications&email_token=ANRG3INZQ3IED3E32ZNQU6TQXOMB3A5CNFSM4JXME252YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGGGINY#issuecomment-562848823>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANRG3INMOTHSY6QGPDNA523QXOMB3ANCNFSM4JXME25Q>
.
--
Suchintan
|
Used matplotlib.backends.backend_tkagg
Owner
|
@suchintan-p, you should create a different PR for this |
prashantsengar
approved these changes
Dec 13, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
"_exceptions" is not an attribute of psutil, hence attribute error was shown.