mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
fixed error message formatting
This commit is contained in:
parent
f12bb0f859
commit
aea05e2fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class BaseHandler(object):
|
|||
).format(
|
||||
str(type(session)),
|
||||
str(ftrack_api.session.Session),
|
||||
str(session_processor.ProcessSession)
|
||||
str(SocketSession)
|
||||
))
|
||||
|
||||
self._session = session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue