Update client/ayon_core/plugins/load/delete_old_versions.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Kayla Man 2024-04-09 16:54:12 +08:00 committed by GitHub
parent 914367dba2
commit 03e7a85e20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -312,7 +312,7 @@ class DeleteOldVersions(load.ProductLoaderPlugin):
"'{}'".format(path[0].replace("\\", "/")) for path in paths
])
self.log.debug((
"Folder does not exist. Deleting it's files skipped: {}"
"Folder does not exist. Deleting its files skipped: {}"
).format(paths_msg))
return {