mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
flake8 E125 correction
This commit is contained in:
parent
536d6f000e
commit
cd05b01f05
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class ValidateLoadedPlugin(pyblish.api.ContextPlugin):
|
|||
|
||||
for plugin in loaded_plugin:
|
||||
if not whitelist_native_plugins and os.getenv('MAYA_LOCATION') \
|
||||
in cmds.pluginInfo(plugin, query=True, path=True):
|
||||
in cmds.pluginInfo(plugin, query=True, path=True):
|
||||
continue
|
||||
if plugin not in authorized_plugins:
|
||||
invalid.append(plugin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue