We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07b25c commit 6d30789Copy full SHA for 6d30789
1 file changed
profile_manager/profiles/utils.py
@@ -180,7 +180,7 @@ def get_profile_plugin_information(
180
profile_name=profile_name, plugin_slug_name=plugin_slug_name
181
)
182
183
- if not all([manager_metadata, plugin_metadata]):
+ if manager_metadata is None and plugin_metadata is None:
184
print(f"Plugin {plugin_slug_name} not found in profile {profile_name}")
185
return None
186
0 commit comments