Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Partho Sarthi <[email protected]>
  • Loading branch information
parthosa committed Dec 6, 2023
1 parent c6dc7e2 commit 773188f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_tools/src/spark_rapids_tools/cmdli/tools_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def profiling(self,
For more details on Profiling tool options, please visit
https://docs.nvidia.com/spark-rapids/user-guide/latest/spark-profiling-tool.html#profiling-tool-options
"""
eventlogs = Utils.get_value_or_pop(platform, rapids_options, 'e')
eventlogs = Utils.get_value_or_pop(eventlogs, rapids_options, 'e')
cluster = Utils.get_value_or_pop(cluster, rapids_options, 'c')
platform = Utils.get_value_or_pop(platform, rapids_options, 'p')
output_folder = Utils.get_value_or_pop(output_folder, rapids_options, 'o')
Expand Down

0 comments on commit 773188f

Please sign in to comment.