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:
parent
e6e49d4601
commit
c522250a40
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user