change again how to exit logdif.py
Change-Id: I442ca8c2ee7ca25ff98a0e84df2688a55a0dcec9
This commit is contained in:
parent
b35c97f311
commit
19571ab83d
@ -96,7 +96,7 @@ def print_commit(line):
|
|||||||
print(' '.join(output), title)
|
print(' '.join(output), title)
|
||||||
cnt[0] += 1
|
cnt[0] += 1
|
||||||
if cnt[0] % 50 == 0:
|
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()
|
raise StopIteration()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user