Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed May 18, 2020
1 parent be85b7d commit afab352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_sys_checkout.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit afab352

Please sign in to comment.