Skip to content

Commit

Permalink
pipeline name added in emailnotify subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinay Kaikala committed May 5, 2020
1 parent 8c063fb commit bbb296c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bio/EnsEMBL/DataCheck/Pipeline/EmailNotify.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sub fetch_input {

my $dbname = $datacheck_params->{dba_params}->{-DBNAME};

my $subject = "FAILED: Datacheck $datacheck_name for $dbname";
my $subject = "FAILED: Datacheck $datacheck_name for $dbname in pipeline $pipeline_name";
$self->param('subject', $subject);
my $text =
"Datacheck $datacheck_name failed for $dbname in $pipeline_name pipeline.".
Expand Down

0 comments on commit bbb296c

Please sign in to comment.