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 Jun 29, 2021
1 parent 11e8e3a commit f6700aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions openpype/hosts/unreal/api/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion openpype/hosts/unreal/hooks/pre_workfile_preparation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"""Hook to launch Unreal and prepare projects."""
import os
from pathlib import Path
import platform

from openpype.lib import (
PreLaunchHook,
Expand Down

0 comments on commit f6700aa

Please sign in to comment.