From 9dfa2b732a376873ea43a62e998ca196f0264a67 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 18 Nov 2021 10:31:39 +0100 Subject: [PATCH] fix indentation --- openpype/tools/sceneinventory/switch_dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/tools/sceneinventory/switch_dialog.py b/openpype/tools/sceneinventory/switch_dialog.py index c0886747b2..75e2b6be40 100644 --- a/openpype/tools/sceneinventory/switch_dialog.py +++ b/openpype/tools/sceneinventory/switch_dialog.py @@ -358,7 +358,7 @@ class SwitchAssetDialog(QtWidgets.QDialog): if ( hasattr(loader_plugin, "is_utility") and loader_plugin.is_utility - ): + ): continue available_loaders.append(loader_plugin)