diff --git a/config/options.py b/config/options.py index 8c6405ff..929835a0 100644 --- a/config/options.py +++ b/config/options.py @@ -12,6 +12,7 @@ def get_defaults(filename: Literal["options.env", "dev.env"]): def get_git_rev(): + release = None with open(os.path.devnull, "w+") as null: try: release = (