change again how to exit logdif.py

Change-Id: I442ca8c2ee7ca25ff98a0e84df2688a55a0dcec9
This commit is contained in:
zolliker 2025-03-19 16:34:59 +01:00
parent e75b8b0b10
commit 5c7fe37807

View File

@ -96,7 +96,7 @@ def print_commit(line):
print(' '.join(output), title)
cnt[0] += 1
if cnt[0] % 50 == 0:
if input(f' {br0:11s} {br1:11s}'):
if input(f' {br0:11s} {br1:11s}--- press any letter to continue, return to stop ---') == '':
raise StopIteration()