소스 검색

Silencing pylint branch errors for now for the atomic-openshift-installer harness

Brenton Leanhardt 9 년 전
부모
커밋
7b85e1dfa5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      utils/test/cli_installer_tests.py

+ 1 - 1
utils/test/cli_installer_tests.py

@@ -614,7 +614,7 @@ class AttendedCliTests(OOCliFixture):
         self.config_file = os.path.join(self.work_dir, 'config.yml')
         self.cli_args.extend(["-c", self.config_file])
 
-    #pylint: disable=too-many-arguments
+    #pylint: disable=too-many-arguments,too-many-branches
     def _build_input(self, ssh_user=None, hosts=None, variant_num=None,
         add_nodes=None, confirm_facts=None, scheduleable_masters_ok=None,
         master_lb=None):