mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update client/ayon_core/plugins/load/delete_old_versions.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
914367dba2
commit
03e7a85e20
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ class DeleteOldVersions(load.ProductLoaderPlugin):
|
||||||
"'{}'".format(path[0].replace("\\", "/")) for path in paths
|
"'{}'".format(path[0].replace("\\", "/")) for path in paths
|
||||||
])
|
])
|
||||||
self.log.debug((
|
self.log.debug((
|
||||||
"Folder does not exist. Deleting it's files skipped: {}"
|
"Folder does not exist. Deleting its files skipped: {}"
|
||||||
).format(paths_msg))
|
).format(paths_msg))
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue