python Force git hook server side output on same line in realtime
问题 git hooks server side output only transmits on a newline. I want to configure a custom task and print real-time output on the same line. How can I achieve that? I tried sys.stdout.flush but it transmits everything once complete. It does work in real-time if I add a newline. I want something like Step A)Started......Completed with each '.' appended after a given time. My current code looks like the following and it outputs only when the method is completed. import sys, time, os def print