chaoss / chaoss/CollectOSS

[ongoing] Reduce usage of `sys.exit()`

Open
#206 4 comments 0 reactions 0 assignees View on GitHub
challenging first issue tech debt
Dominant language
Python
Stars
13
Forks
17
Avg merge
6h 59m
Merged PRs (30d)
1

Description

> [!NOTE]
> Migrated from [augurlabs/augur#3676](https://github.com/augurlabs/augur/issues/3676)
> Originally opened by `@MoralCode` on 2026-02-10

---

As noted in https://github.com/oss-aspen/8Knot/issues/1076, `sys.exit()` bypasses many of the capabilities that python error handling has to offer.

Why dont we raise exceptions with clear error messages in the places where we are currently calling sys.exit()?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.