from os import path p = path.dirname(path.abspath(__file__)) hash = subprocess.check_output(["git", "rev-list", "-1", "HEAD", "./"], cwd=p).strip()
🌟 Was this page helpful? Please let me know with this quick, 3 question survey.
from os import path p = path.dirname(path.abspath(__file__)) hash = subprocess.check_output(["git", "rev-list", "-1", "HEAD", "./"], cwd=p).strip()
🌟 Was this page helpful? Please let me know with this quick, 3 question survey.