Skip to content

Commit

Permalink
Fixing a change to a method name that works (_notes_file doesn't exis…
Browse files Browse the repository at this point in the history
…t, _notes_path does)
  • Loading branch information
scottcain committed Jun 11, 2014
1 parent 116824e commit 3059d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/DB/SeqFeature/Store/berkeleydb.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ sub open_notes_db {
: $create ? "+>" : $create ? "+>"
: "<"; : "<";


my $notes_file = $self->_notes_file; my $notes_file = $self->_notes_path;
open my $F, $mode, $notes_file or $self->throw("Could not open file '$notes_file': $!"); open my $F, $mode, $notes_file or $self->throw("Could not open file '$notes_file': $!");
$self->notes_db($F); $self->notes_db($F);
} }
Expand Down

0 comments on commit 3059d70

Please sign in to comment.