Skip to content

Commit

Permalink
pts-core: Tweak to CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellarabel committed Jul 19, 2016
1 parent 506d650 commit 12f25fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pts-core/objects/pts_result_file_output.php
Expand Up @@ -107,7 +107,7 @@ public static function result_file_to_csv(&$result_file)
}
else
{
$csv_output .= '"' . $result_object->test_profile->get_identifier() . ' - ' . $result_object->get_arguments_description() . '"';
$csv_output .= '"' . $result_object->test_profile->get_identifier() . ' - ' . $result_object->get_arguments() . '"';
}

foreach($columns as $column)
Expand Down

0 comments on commit 12f25fa

Please sign in to comment.