We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 464e175 + 4a8f208 commit 0c04e3eCopy full SHA for 0c04e3e
1 file changed
release/scripts/mgear/shifter/guide_manager_component.py
@@ -90,7 +90,7 @@ def get_component_list(self):
90
pm.progressWindow(
91
e=True, step=1, status="\nLoading: %s" % comp_name
92
)
93
- if comp_name == "__init__.py":
+ if comp_name in ["__init__.py", "__pycache__"]:
94
continue
95
elif comp_name in trackLoadComponent:
96
pm.displayWarning(
0 commit comments