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

Thanks to Laura for tripping over a very silly bug.

parent 062933f2
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ sub new {
sub run {
my $self = shift;
my ( $filename, $source_id, $species_id ) = @_;
my ( $source_id, $species_id, $filename ) = @_;
my $file_io = $self->get_filehandle($filename);
......
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