From b7df2ffdbe2007dd02bf598d37e0e6f10f5ab1b5 Mon Sep 17 00:00:00 2001 From: Simon Chopin Date: Wed, 12 Jul 2023 14:44:09 +0200 Subject: [PATCH] gcc_ice_hook: Disable buggy pylint check This line bugs out once in a while in pylint ever since we enabled parallelism. Since the parallel gains are substantial, let's just disable the check there. See https://github.com/pylint-dev/pylint/issues/7710 --- data/gcc_ice_hook | 1 + 1 file changed, 1 insertion(+) diff --git a/data/gcc_ice_hook b/data/gcc_ice_hook index 03f240ee0..b7ba004c8 100755 --- a/data/gcc_ice_hook +++ b/data/gcc_ice_hook @@ -25,6 +25,7 @@ if len(sys.argv) != 3: ) sys.exit(1) +# workaround pylint-dev/pylint#7710, pylint: disable-next=unbalanced-tuple-unpacking (exename, sourcefile) = sys.argv[1:3] # create report