mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Return formatting change
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
cd15755add
commit
629794f6d6
1 changed files with 1 additions and 1 deletions
|
|
@ -1156,7 +1156,7 @@ class ProjectPushItemProcess:
|
||||||
def _copy_version_thumbnail(self):
|
def _copy_version_thumbnail(self):
|
||||||
thumbnail_id = self._src_version_entity["thumbnailId"]
|
thumbnail_id = self._src_version_entity["thumbnailId"]
|
||||||
if not thumbnail_id:
|
if not thumbnail_id:
|
||||||
return
|
return None
|
||||||
path = get_thumbnail_path(
|
path = get_thumbnail_path(
|
||||||
self._item.src_project_name,
|
self._item.src_project_name,
|
||||||
"version",
|
"version",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue