Skip to content

Commit

Permalink
Update dialog prompt message for csv file reading
Browse files Browse the repository at this point in the history
  • Loading branch information
mjprilliman committed Feb 5, 2025
1 parent c39a8f6 commit b3b4827
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ final_table = [[]];
final_table[0] = csv_table_rows;
final_table[1] = csv_table_units;
final_table[2] = csv_table_results;
fn = choose_file('','open data file', 'CSV Files(*.csv)|*.csv');
fn = choose_file('','Save file as', 'CSV Files(*.csv)|*.csv');
csvwrite(fn, final_table);

reportCode =
Expand Down

0 comments on commit b3b4827

Please sign in to comment.