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

fix integrity-check when export_source not downloaded #14850

Merged

Conversation

memsharded
Copy link
Member

Changelog: Bugfix: Fix integrity-check (upload --check or cache check-integrity) when the export_source has not been downloaded
Docs: Omit

Close #14840

@memsharded memsharded added this to the 2.0.14 milestone Sep 29, 2023
@@ -85,7 +85,7 @@ def cache_clean(conan_api: ConanAPI, parser, subparser, *args):
conan_api.cache.clean(package_list)


@conan_subcommand(formatters={"text": cli_out_write})
@conan_subcommand()
Copy link
Member Author

Choose a reason for hiding this comment

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

This was unused printing a trailing None

@memsharded memsharded merged commit f5330d5 into conan-io:release/2.0 Oct 4, 2023
@memsharded memsharded deleted the fix/check_export_sources branch October 4, 2023 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] conan upload --check fails when dependency download is done by the built recipe requires
2 participants