From 5dc385c9b700f65a4b3229d74aa5efded561a101 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 3 Oct 2021 12:23:52 +1000 Subject: [PATCH] fix pylinthome warning --- qt/tests/run_pylint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qt/tests/run_pylint.py b/qt/tests/run_pylint.py index f05dc050d..964c7656e 100644 --- a/qt/tests/run_pylint.py +++ b/qt/tests/run_pylint.py @@ -21,5 +21,6 @@ if __name__ == "__main__": "-j", str(min(4, multiprocessing.cpu_count())), "-v", + "--persistent=no", ] )