Skip to content
Snippets Groups Projects
Commit ccae3873 authored by Matthieu Muffato's avatar Matthieu Muffato Committed by Leo Gordon
Browse files

The in-memory status can still be updated

parent 81680ef0
No related branches found
No related tags found
No related merge requests found
......@@ -137,8 +137,8 @@ sub semaphored_job_id {
sub update_status {
my ($self, $status ) = @_;
return unless($self->adaptor);
$self->status($status);
return unless($self->adaptor);
$self->adaptor->update_status($self);
}
......
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