mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🚨 fix fixable hound issue
This commit is contained in:
parent
da6b2b3133
commit
ce6b02862a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class UnrealAddon(OpenPypeModule, IHostAddon):
|
|||
unreal_plugin_path = unreal_plugin_path.as_posix()
|
||||
|
||||
if not env.get("AYON_UNREAL_PLUGIN") or \
|
||||
env.get("AYON_UNREAL_PLUGIN") != unreal_plugin_path:
|
||||
env.get("AYON_UNREAL_PLUGIN") != unreal_plugin_path:
|
||||
env["AYON_UNREAL_PLUGIN"] = unreal_plugin_path
|
||||
|
||||
# Set default environments if are not set via settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue