fix hound

This commit is contained in:
Ondrej Samohel 2021-06-29 16:52:20 +02:00 committed by Ondrej Samohel
parent 11e8e3a8cb
commit f6700aadf3
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 0 additions and 3 deletions

View file

@ -230,8 +230,6 @@ def create_unreal_project(project_name: str,
ue_id = "{" + loaded_modules.get("BuildId") + "}"
plugins_path = None
uep_path = None
if os.path.isdir(env.get("AVALON_UNREAL_PLUGIN", "")):
# copy plugin to correct path under project
plugins_path = pr_dir / "Plugins"

View file

@ -2,7 +2,6 @@
"""Hook to launch Unreal and prepare projects."""
import os
from pathlib import Path
import platform
from openpype.lib import (
PreLaunchHook,