[BUG] command line arguments are not processed correctly #671
Labels
bug
Something isn't working
user_tools
Scope the wrapper module running CSP, QualX, and reports (python)
Describe the bug
command line arguments are not processed correctly when the arguments are passed as shortform instead of full argument name.
Example: if
-e
is passed instead of--eventlogs
. It is failing with different reasons onascli
andspark_rapids_user_tools
Steps/Code to reproduce bug
Above issue is a regression. Seen after PR- #646 got merged.
cc: @parthosa - Could you take a look.
ascli issue is seen on dev branch. spark_rapids_user_tools issue could be similar to ascli. Please feel free to file a separate issue if both are different.
Expected behavior
command line arguments should be processed correctly
The text was updated successfully, but these errors were encountered: