From eb51fd16aa3ee4fb8e410792b0e804325f0f9a0f Mon Sep 17 00:00:00 2001 From: Yohann Pipeau Date: Sat, 23 Apr 2022 08:04:44 +0200 Subject: [PATCH] =?utf8?q?Prise=20en=20compte=20des=20mises=20=C3=A0=20jou?= =?utf8?q?r=20du=20catalogue=20relatives=20au=20score=20pylint?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ReacteurNumerique/cata_RN_EDG.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReacteurNumerique/cata_RN_EDG.py b/ReacteurNumerique/cata_RN_EDG.py index d1d389e5..08bc5243 100644 --- a/ReacteurNumerique/cata_RN_EDG.py +++ b/ReacteurNumerique/cata_RN_EDG.py @@ -7,6 +7,7 @@ Warnings EFICAS will import this file as Python module with the ``__import__`` special function so, this module must not use relative import. """ +# pylint: disable=import-error # pylint: disable=too-few-public-methods # TODO: Create a main object that point on the different subobjects and force its name @@ -425,7 +426,7 @@ def gen_assembly_maps(): typElt=_Assembly, listeHeaders=( ("RW","S","R","P","N","L","K","J","H","G","F","E","D","C","B","A","RE",), - ("RS","15","14","13","12","11","10","09","08","07","06","05","04","03","02","01","RN",)), + ("RS","15","14","13","12","11","10","09","08","07","06","05","04","03","02","01","RN",)), # pylint: disable=line-too-long defaut=(i + 2) * [(i + 2) * ["."]], coloree=True)), rod_map=SIMP( -- 2.39.2