Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not ingore errors caught by Loguru
In 62baa35, I added `@logger.catch` to `run` in order for Loguru to catch and log any errors emitted by Vamb. However, I did not notice that this will cause any caught errors to exit Vamb with a return code of zero. This broke CI and undoubtedly will break snakemake pipelines relying on Vamb.
- Loading branch information