mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-07 04:54:55 -04:00
Updates progress.py to use the git module for outputting commit hash
This commit is contained in:
@@ -4,3 +4,4 @@ colorama>=0.4.3
|
||||
ansiwrap>=0.8.4
|
||||
attrs>=18.2.0
|
||||
watchdog>=0.10.2
|
||||
GitPython>=3.1.14
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
import os, struct, sys, ast, argparse, json, re, csv
|
||||
import os, argparse, json, re, csv, git
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user