Skip to content

Commit

Permalink
add name to export parameter
Browse files Browse the repository at this point in the history
avoids undefined warning

Updates #161
  • Loading branch information
shawnlaffan committed Aug 7, 2019
1 parent ee4f0ef commit 784f638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/Biodiverse/BaseStruct/Export.pm
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ sub get_metadata_export_shapefile {
'will be exported.',
},
{
name => 'shape_export_comment',
type => 'comment',
label_text => $shape_export_comment_text,
},
Expand Down
1 change: 1 addition & 0 deletions lib/Biodiverse/Cluster.pm
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ sub get_metadata_export_shapefile {
},
#@nodata_meta,
{
name => 'shape_export_comment',
type => 'comment',
label_text => $shape_export_comment_text,
},
Expand Down

0 comments on commit 784f638

Please sign in to comment.