Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The rename of methods makes linter thing these are new issues: - Ignore the f"" warning, as f-string is not optimal for this use-case. - Use RuntimeError instead of the generic Exception. It is still too generic and mock prints stack trace if it happens, but package_manager.py probably deserves it's own exception (#1477).
- Loading branch information