Skip to content

Commit

Permalink
fix startup log warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayBirkett committed Sep 20, 2024
1 parent 594b1b1 commit 6864c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CXGN/Trial/TrialLayout/Genotyping.pm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ sub retrieve_plot_info {
type_id => $genotyping_project_relationship_cvterm->cvterm_id()
});
my $genotyping_project_id = "";
my $genotyping_project_name = "";
$genotyping_project_name = "";
my $genotyping_project ="";

if ($genotyping_project_plate_relationship) {
Expand Down

0 comments on commit 6864c2d

Please sign in to comment.