Skip to content
Snippets Groups Projects
Commit dfbe3a12 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

When calling update_source(), use $local_file, which contains the

directory name as well as the file name, rather than $file, which
doesn't.
parent 249f5b8a
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,8 @@ sub run
$summary{$parser}++;
}
else{
update_source( $dbi, $source_url_id, $file_cs, $file );
update_source( $dbi, $source_url_id, $file_cs,
$local_file );
}
}
else{
......
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