Skip to content
Snippets Groups Projects
Commit d30e1c1c authored by Leo Gordon's avatar Leo Gordon
Browse files

added an interface method complete_early() that should be used instead of...

added an interface method complete_early() that should be used instead of calling incomplete(0) and die
parent 099f1815
No related branches found
No related tags found
No related merge requests found
......@@ -491,6 +491,14 @@ sub throw {
}
sub complete_early {
my ($self, $msg) = @_;
$self->input_job->incomplete(0);
die $msg;
}
=head2 debug
Title : debug
......
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