From 19571ab83da9bcb4fc2f9bf6e134aafd86a442ee Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Wed, 19 Mar 2025 16:34:59 +0100 Subject: [PATCH] change again how to exit logdif.py Change-Id: I442ca8c2ee7ca25ff98a0e84df2688a55a0dcec9 --- logdif.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logdif.py b/logdif.py index 755c489..e42f5b8 100644 --- a/logdif.py +++ b/logdif.py @@ -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()