Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

log import errors for default plugins #4866

Merged
merged 1 commit into from
Dec 15, 2020
Merged

Conversation

epwalsh
Copy link
Member

@epwalsh epwalsh commented Dec 15, 2020

No description provided.

@epwalsh epwalsh requested a review from AkshitaB December 15, 2020 20:15
except ModuleNotFoundError:
pass
except ModuleNotFoundError as e:
if e.name != module_name:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to check if the failure is in a submodule?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea

@epwalsh epwalsh merged commit d408f41 into master Dec 15, 2020
@epwalsh epwalsh deleted the log-default-plugin-errors branch December 15, 2020 20:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants