Skip to content
New issue

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

when using except : Exception also log the error message so it is clear why the exception happened #14

Open
3DEngelen opened this issue Apr 26, 2023 · 0 comments

Comments

@3DEngelen
Copy link

As Example in the PluguinManager.py there is a method :

def loadPlugins(self, callback=None, callback_after=None):

There is a except Exception statement, if a plugin is unable to load it displays an error but not the reason for the error.

Could the error handling be made like :
except Exception as error:

so that the error can also be displayed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant