We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1db06 commit 9814788Copy full SHA for 9814788
get_git_version.py
@@ -1,5 +1,6 @@
1
import subprocess
2
3
+
4
def get_git_commit_hash():
5
try:
6
commit_hash = subprocess.check_output(
0 commit comments