mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Update client/ayon_core/lib/file_transaction.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
8dae70ab59
commit
b2e84b2b0a
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ class FileTransaction:
|
|||
path_same = self._same_paths(src, dst)
|
||||
if path_same:
|
||||
self.log.debug(
|
||||
"Source and destination are same files {} -> {}".format(src, dst))
|
||||
f"Source and destination are same files {src} -> {dst}")
|
||||
return
|
||||
|
||||
self._create_folder_for_file(dst)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue