diff --git a/config/__init__.py b/config/__init__.py index 73262ac9..5ce889f4 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -141,7 +141,7 @@ def appversion() -> semantic_version.Version: # If so, use it. This is also required for the Flatpak if pathlib.Path("./" + GITVERSION_FILE).is_file: with open(pathlib.Path("./" + GITVERSION_FILE)) as gitv: - shorthash = gitv.read() + shorthash = gitv.read() else: shorthash = git_shorthash_from_head() if shorthash is None: