mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
print traceback when error during plugin registration happens
This commit is contained in:
parent
11e2382dfd
commit
43f63fd260
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class FtrackServer:
|
|||
msg = '"{}" - register was not successful ({})'.format(
|
||||
function_dict['name'], str(exc)
|
||||
)
|
||||
log.warning(msg)
|
||||
log.warning(msg, exc_info=True)
|
||||
|
||||
def run_server(self):
|
||||
self.session = ftrack_api.Session(auto_connect_event_hub=True,)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue