mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-28 09:55:48 +02:00
Add study guide commands, get auto-completion for full course names based on aliases
This commit is contained in:
parent
72c3acbcc2
commit
5b47397f29
7 changed files with 97 additions and 52 deletions
|
|
@ -1,12 +0,0 @@
|
|||
__all__ = ["MissingEnvironmentVariable"]
|
||||
|
||||
|
||||
class MissingEnvironmentVariable(RuntimeError):
|
||||
"""Exception raised when an environment variable is missing
|
||||
|
||||
These are not necessarily checked on startup, because they may be unused
|
||||
during a given test run, and random unrelated crashes would be annoying
|
||||
"""
|
||||
|
||||
def __init__(self, variable: str):
|
||||
super().__init__(f"Missing environment variable: {variable}")
|
||||
Loading…
Add table
Add a link
Reference in a new issue