Skip to content

Commit

Permalink
Fix cluster by prop case
Browse files Browse the repository at this point in the history
Signed-off-by: Partho Sarthi <[email protected]>
  • Loading branch information
parthosa committed Nov 15, 2023
1 parent df15aa1 commit 48c9b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_tools/src/spark_rapids_tools/cmdli/argprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def define_invalid_arg_cases(self):
'valid': False,
'callable': partial(self.validate_onprem_with_cluster_props),
'cases': [
[ArgValueCase.VALUE_A, ArgValueCase.UNDEFINED, ArgValueCase.UNDEFINED]
[ArgValueCase.VALUE_A, ArgValueCase.VALUE_B, ArgValueCase.UNDEFINED]
]
}

Expand Down

0 comments on commit 48c9b23

Please sign in to comment.