Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add failed_cogs to install reqs method #5883

Open
wants to merge 1 commit into
base: V3/develop
Choose a base branch
from

Conversation

Dav-Git
Copy link
Contributor

@Dav-Git Dav-Git commented Oct 17, 2022

Description of the changes

Adds failed_cogs to the install reqs method to be able to give a hint as to which cogs may have broken due to an error when installing/updating their requirements.
Since one requirement can be shared by many cogs, the exact cog it failed on is not really required.
Instead a list of potential culprits is provided to allow the user to investigate further.

This will close #5431

Have the changes in this PR been tested?

Partially (I have tried installing a cog, not updating one)

@github-actions github-actions bot added the Category: Cogs - Downloader This is related to the Downloader cog. label Oct 17, 2022
@Flame442 Flame442 added Type: Enhancement Something meant to enhance existing Red features. hacktoberfest-accepted Used to mark a PR as valid Hacktoberfest contribution. DO NOT REMOVE UNTIL END OF NOVEMBER (sic!)! labels Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Cogs - Downloader This is related to the Downloader cog. hacktoberfest-accepted Used to mark a PR as valid Hacktoberfest contribution. DO NOT REMOVE UNTIL END OF NOVEMBER (sic!)! Type: Enhancement Something meant to enhance existing Red features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CogManager] Add cog name to failed to install reqs error
2 participants