From bd6d77468bc1f9513d3acb673c37504691c09406 Mon Sep 17 00:00:00 2001 From: unknown <asoalexandros@gmail.com> Date: Tue, 10 Dec 2024 13:20:11 +0100 Subject: [PATCH] bug fix file title full contact check --- hp4155/memristor (Version 4.0)/memristor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hp4155/memristor (Version 4.0)/memristor.py b/hp4155/memristor (Version 4.0)/memristor.py index b006dd9..b4530d7 100644 --- a/hp4155/memristor (Version 4.0)/memristor.py +++ b/hp4155/memristor (Version 4.0)/memristor.py @@ -203,7 +203,7 @@ def on_contact_check_clicked(b): R = regular_contact_check(device) date = str(datetime.today().replace(microsecond=0)) - title = [f"Full Contact Check ({qcc_select.value}) at {date}"] + title = [f"Full Contact Check at {date}"] write_to_file(temp_file,title,R) -- GitLab