[scripts/generate_result] add '-g/--git' command-line option
This commit is contained in:
@@ -32,6 +32,7 @@ def git(command, *args):
|
||||
return subprocess.Popen(
|
||||
["git", command, *args],
|
||||
stdout=subprocess.PIPE,
|
||||
cwd=ROOTDIR,
|
||||
).communicate()[0].strip().decode()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user