Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: proper error message if conda info fails (#3157)
<!--Add a description of your PR here--> ### QC <!-- Make sure that you can tick the boxes below. --> * [x] The PR contains a test case for the changes or the changes are already covered by an existing test case. * [x] The documentation (`docs/`) is updated to reflect the changes or this is not necessary (e.g. if the change does neither modify the language nor the behavior or functionalities of Snakemake). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Improved error handling for the `Conda` class to catch and report errors during the retrieval of conda information. - Corrected indentation for better readability in the `__init__` method of the `Conda` class. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information