From: cmzmasek@gmail.com Date: Fri, 10 Jan 2014 04:23:56 +0000 (+0000) Subject: inprogress X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=0fa752ab18ecff657b3d62bdb30de53252538d92;p=jalview.git inprogress --- diff --git a/forester/ruby/evoruby/lib/evo/tool/phylogenies_decorator.rb b/forester/ruby/evoruby/lib/evo/tool/phylogenies_decorator.rb index 52c94e0..035be0b 100644 --- a/forester/ruby/evoruby/lib/evo/tool/phylogenies_decorator.rb +++ b/forester/ruby/evoruby/lib/evo/tool/phylogenies_decorator.rb @@ -258,12 +258,12 @@ module Evoruby end } if matching_files.length < 1 - Util.fatal_error( PRG_NAME, 'no file matching [' + phylogeny_id - + suffix_pattern + '] present in current directory' ) + Util.fatal_error( PRG_NAME, 'no file matching [' + phylogeny_id + + suffix_pattern + '] present in current directory' ) end if matching_files.length > 1 - Util.fatal_error( PRG_NAME, 'more than one file matching [' + phylogeny_id - + suffix_pattern + '] present in current directory' ) + Util.fatal_error( PRG_NAME, 'more than one file matching [' + phylogeny_id + + suffix_pattern + '] present in current directory' ) end matching_files[ 0 ] end