From 0fa752ab18ecff657b3d62bdb30de53252538d92 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Fri, 10 Jan 2014 04:23:56 +0000 Subject: [PATCH] inprogress --- forester/ruby/evoruby/lib/evo/tool/phylogenies_decorator.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 1.7.10.2