From ca6b7a65c0b44bf57eda0837fcd29ce45f401daa Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Mon, 1 May 2023 11:26:52 +0200 Subject: [PATCH] improve mercury temperature loop - remove appearance of Done - add auto flow - try up to 3 times in 'change' method if read back does not match Change-Id: I98928307bda87190d34aed663023b157311d4495 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30981 Tested-by: Jenkins Automated Tests Reviewed-by: Markus Zolliker --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 6180ea0..da7f1b1 100644 --- a/.pylintrc +++ b/.pylintrc @@ -218,7 +218,7 @@ max-branches=50 max-statements=150 # Maximum number of parents for a class (see R0901). -max-parents=25 +max-parents=20 # Maximum number of attributes for a class (see R0902). max-attributes=50