From afab352c861248e0b9390bb75f02c19cb12c9477 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Mon, 18 May 2020 12:25:46 -0600 Subject: [PATCH] fix lint issue --- test/test_sys_checkout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_sys_checkout.py b/test/test_sys_checkout.py index 2989a92a7..007f5e489 100644 --- a/test/test_sys_checkout.py +++ b/test/test_sys_checkout.py @@ -1362,7 +1362,7 @@ def test_container_exclude_component(self): self._generator.container_full(under_test_dir) # inital checkout, exclude simp_opt - checkout_args = ['--exclude','simp_opt', '--logging'] + checkout_args = ['--exclude', 'simp_opt'] checkout_args.extend(self.checkout_args) overall, tree = self.execute_cmd_in_dir(under_test_dir, checkout_args) checkout_args.append("--status")