inprogress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Fri, 10 Jan 2014 04:23:56 +0000 (04:23 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Fri, 10 Jan 2014 04:23:56 +0000 (04:23 +0000)
forester/ruby/evoruby/lib/evo/tool/phylogenies_decorator.rb

index 52c94e0..035be0b 100644 (file)
@@ -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