Skip to content
Snippets Groups Projects
Commit c3c83292 authored by Patrick Meidl's avatar Patrick Meidl
Browse files

debug

parent e2645d4f
No related branches found
No related tags found
No related merge requests found
......@@ -96,9 +96,10 @@ sub get_entry_count {
sub log {
my $self = shift;
my $type = shift;
my $dump_path = shift;
my $debug_path = path_append($self->dump_path, 'debug');
my $logfile = "$debug_path/${type}_mappings.txt";
my $debug_path = path_append($dump_path, 'debug');
my $logfile = "$debug_path/${type}_final_scores.txt";
open(my $fh, '>', $logfile) or
throw("Unable to open $logfile for writing: $!");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment