2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

make more readable

This commit is contained in:
Matthias
2022-02-28 00:23:55 +01:00
parent 1591597ef9
commit 084f9d5444

View File

@ -109,6 +109,7 @@ def get_git_log(path):
if not output:
output = 7 * [''] # pragma: no cover
return {'hash': output[0], 'author': output[1], 'mail': output[2], 'date': output[3], 'message': output[4], 'verified': output[5], 'key': output[6]}
def check_git_version():