We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927d5fc commit 4a8f208Copy full SHA for 4a8f208
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