mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +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):
|
||||
thumbnail_id = self._src_version_entity["thumbnailId"]
|
||||
if not thumbnail_id:
|
||||
return
|
||||
return None
|
||||
path = get_thumbnail_path(
|
||||
self._item.src_project_name,
|
||||
"version",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue