Skip to content

Commit

Permalink
Remove the path to trace_to_csv, as no longer valid
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadliaJerad committed Aug 19, 2023
1 parent bf53b50 commit 0987009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/tracing/launch-fedsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rti_csv_file=''
for each_lft_file in $lft_files_list
do
# Tranform to csv
${base}/bin/trace_to_csv $each_lft_file
trace_to_csv $each_lft_file
# Get the file name
csv=${each_lft_file%.*}
if [ $csv == 'rti' ]
Expand Down

0 comments on commit 0987009

Please sign in to comment.