2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-01 23:34:41 +00:00

opimise coverage

This commit is contained in:
Matthias
2022-02-28 00:23:25 +01:00
parent bae290d605
commit 8550915528
+1 -1
View File
@@ -123,7 +123,7 @@ def check_git_version():
if len(version) > 1 and version[0] == '2':
if len(version) > 2 and int(version[1]) >= 22:
return True
except ValueError:
except ValueError: # pragma: no cover
pass
return False