mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update openpype/modules/kitsu/utils/sync_service.py
Co-authored-by: Félix David <felixg.david@gmail.com>
This commit is contained in:
parent
5a9ea0d130
commit
93eb9fce86
1 changed files with 2 additions and 1 deletions
|
|
@ -178,10 +178,11 @@ class Listener:
|
|||
self._update_asset(data)
|
||||
|
||||
# Print message
|
||||
ep = None
|
||||
ep_id = asset.get("episode_id")
|
||||
if ep_id and ep_id != "":
|
||||
ep = gazu.asset.get_episode(ep_id)
|
||||
else:
|
||||
ep = None
|
||||
|
||||
msg = "Asset created: {proj_name} - {ep_name}" \
|
||||
"{asset_type_name} - {asset_name}".format(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue