mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Update client/ayon_core/plugins/load/delete_old_versions.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
c8f4f3681a
commit
cf5d7d9a7d
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ class DeleteOldVersions(load.ProductLoaderPlugin):
|
|||
|
||||
# Filter already deleted versions
|
||||
for version in versions:
|
||||
if version["active"] or "deleted" in version["tags"]:
|
||||
if "deleted" in version["tags"]:
|
||||
continue
|
||||
msg = "Folder: \"{}\" | Product: \"{}\" | Version: \"{}\"".format(
|
||||
folder_entity["path"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue