1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

More indentation to satisfy linter

This commit is contained in:
David Muckle 2023-12-23 22:03:46 -05:00
parent e6e49d4601
commit c522250a40

View File

@ -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: