Skip to content

Commit

Permalink
if any files are passed in check
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjpage committed Jan 16, 2018
1 parent 2d622b1 commit 0d81b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bio/Roary/CommandLine/Roary.pm
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ sub BUILD {
$check_tools->check_all_tools;
$self->logger->error( "Roary version " . $self->_version() );

if( @{ $self->args } < 2 )
if( @{ $self->args } < 1 )
{
exit 0;
}
Expand Down

0 comments on commit 0d81b04

Please sign in to comment.