mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Use more appropriate name for function
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
edbed9ed0e
commit
2bc8b49b9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue