Browse Source

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

Brenton Leanhardt 9 years ago
parent
commit
7b85e1dfa5
1 changed files with 1 additions and 1 deletions
  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):