Use more appropriate name for function

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Simone Barbieri 2023-07-27 09:52:17 +01:00 committed by GitHub
parent edbed9ed0e
commit 2bc8b49b9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -445,7 +445,7 @@ def check_built_plugin_existance(plugin_path) -> bool:
return True
def move_built_plugin(engine_path: Path, plugin_path: Path) -> None:
def copy_built_plugin(engine_path: Path, plugin_path: Path) -> None:
ayon_plugin_path: Path = engine_path / "Engine/Plugins/Marketplace/Ayon"
if not ayon_plugin_path.is_dir():