Modifies the script to generate Credits.rtf.
This commit is contained in:
parent
8991ddfa4e
commit
e963286527
|
@ -32,7 +32,7 @@ def main(argv=None):
|
||||||
return
|
return
|
||||||
|
|
||||||
path = os.path.abspath(path)
|
path = os.path.abspath(path)
|
||||||
cmd = "/usr/local/git/bin/git log --format='%h' -1"
|
cmd = "/usr/bin/git log --format='%h' -1"
|
||||||
try:
|
try:
|
||||||
p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||||
lines = ""
|
lines = ""
|
||||||
|
|
Loading…
Reference in New Issue