Skip to content

Commit 46b0c7f

Browse files
committed
fix: Update export_csv function call in handle_recorder.py
1 parent 37e69ec commit 46b0c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drishti/handlers/handle_recorder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,4 +586,4 @@ def process_helper(file_map, df_intervals, df_posix_records, fid=None):
586586

587587
export_html(console, out_dir, input_filename)
588588
export_svg(console, out_dir, input_filename)
589-
export_csv(out_dir, input_filename, job['job']['jobid'])
589+
export_csv(out_dir, input_filename)

0 commit comments

Comments
 (0)