2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

PEP fixes

This commit is contained in:
Matthias
2022-02-28 00:28:03 +01:00
parent 084f9d5444
commit ca8df60d00

View File

@ -112,6 +112,7 @@ def get_git_log(path):
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():
"""returns if the current git version supports modern features"""