mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +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 so, use it. This is also required for the Flatpak
|
||||||
if pathlib.Path("./" + GITVERSION_FILE).is_file:
|
if pathlib.Path("./" + GITVERSION_FILE).is_file:
|
||||||
with open(pathlib.Path("./" + GITVERSION_FILE)) as gitv:
|
with open(pathlib.Path("./" + GITVERSION_FILE)) as gitv:
|
||||||
shorthash = gitv.read()
|
shorthash = gitv.read()
|
||||||
else:
|
else:
|
||||||
shorthash = git_shorthash_from_head()
|
shorthash = git_shorthash_from_head()
|
||||||
if shorthash is None:
|
if shorthash is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user