CGCookie / blender-addon-updater

A module for enabling users to check for add-on updates and install new versions directly from Blender.
GNU General Public License v3.0
247 stars 42 forks source link

More verbose about errors #68

Closed Dragorn421 closed 4 years ago

Dragorn421 commented 4 years ago

Should help figuring out #67

Fix a few error messages, and add print_traces to updater settings, similar to verbose.

Traces are only printed when print_traces is True, the default value is True

I think the default value being True makes sense because even in production you wouldn't want errors to be silently dropped and have no way of knowing what went wrong.