generate_changelog.py: flush output so piping works correctly.
This commit is contained in:
parent
84948462a4
commit
277a8b6580
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ previous = sys.argv[1]
|
||||||
|
|
||||||
for language in languages:
|
for language in languages:
|
||||||
print(language.name)
|
print(language.name)
|
||||||
|
sys.stdout.flush()
|
||||||
os.system(("git log --pretty=oneline --abbrev-commit %s...HEAD %s | " +
|
os.system(("git log --pretty=oneline --abbrev-commit %s...HEAD %s | " +
|
||||||
"sed -e 's/^/ - /'") % (previous, " ".join(language.pathspec)))
|
"sed -e 's/^/ - /'") % (previous, " ".join(language.pathspec)))
|
||||||
print("")
|
print("")
|
||||||
|
|
Loading…
Add table
Reference in a new issue