Skip to content

Commit

Permalink
fix: Update export_csv function call in handle_recorder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-tau committed Jun 19, 2024
1 parent 37e69ec commit 46b0c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drishti/handlers/handle_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,4 +586,4 @@ def process_helper(file_map, df_intervals, df_posix_records, fid=None):

export_html(console, out_dir, input_filename)
export_svg(console, out_dir, input_filename)
export_csv(out_dir, input_filename, job['job']['jobid'])
export_csv(out_dir, input_filename)

0 comments on commit 46b0c7f

Please sign in to comment.