Skip to content

Commit

Permalink
In projects-run, flush stdout.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 26, 2024
1 parent 6e71d63 commit 4e2005c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jaraco/develop/projects-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main(
args=None,
):
for project in filter(selectors, git.projects()):
print(project)
print(project, flush=True)
with git.temp_checkout(project, quiet=True):
subprocess.Popen(args).wait()
print()
print(flush=True)
1 change: 1 addition & 0 deletions newsfragments/+95ea50f9.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
In projects-run, flush stdout.

0 comments on commit 4e2005c

Please sign in to comment.