Skip to content

Commit

Permalink
added some move validation on client before running get_newline
Browse files Browse the repository at this point in the history
svn path=/bioperl-live/trunk/; revision=1586
  • Loading branch information
hyphaltip committed Oct 2, 2000
1 parent 4ce87ec commit 6127abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/Root/Utilities.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ sub get_newline {


my $FH = $self->create_filehandle(@param); my $FH = $self->create_filehandle(@param);


if(not $client) { $client = $self; } if(not ref $client) { $client = $self; }


if($client->{'_input_type'} =~ /STDIN|Glob|compressed/) { if($client->{'_input_type'} =~ /STDIN|Glob|compressed/) {
# Can't taste from STDIN since we can't seek 0 on it. # Can't taste from STDIN since we can't seek 0 on it.
Expand Down

0 comments on commit 6127abd

Please sign in to comment.