Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
🚨 fix hound 🐶
Browse files Browse the repository at this point in the history
  • Loading branch information
antirotor committed Aug 22, 2023
1 parent c2b49a8 commit 92000bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openpype/hosts/unreal/hooks/pre_workfile_preparation.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ def execute(self):
Path(temp_dir))
try:
self.log.info((
f"Moving from {temp_dir} to "
f"{project_path.as_posix()}"
f"Moving from {temp_dir} to "
f"{project_path.as_posix()}"
))
shutil.copytree(
temp_dir, project_path, dirs_exist_ok=True)
Expand Down

0 comments on commit 92000bc

Please sign in to comment.