From fb9a0ddce3a16cd417c465da3e2697876d0796a5 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Thu, 21 Mar 2013 00:06:48 +0000 Subject: [PATCH] inprogress --- forester/ruby/evoruby/lib/evo/tool/taxonomy_processor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forester/ruby/evoruby/lib/evo/tool/taxonomy_processor.rb b/forester/ruby/evoruby/lib/evo/tool/taxonomy_processor.rb index baaec66..8adb2e8 100644 --- a/forester/ruby/evoruby/lib/evo/tool/taxonomy_processor.rb +++ b/forester/ruby/evoruby/lib/evo/tool/taxonomy_processor.rb @@ -173,7 +173,7 @@ module Evoruby if desc =~ /^>?\s*\S{1,10}_([A-Z]{3,5})/ new_desc = counter.to_s( 16 ) + "_" + $1 elsif extract_taxonomy - if desc =~/\[([A-Z0-9]{3,5})\]\b/ + if desc =~/\[([A-Z0-9]{3,5})\]/ new_desc = counter.to_s( 16 ) + "_" + $1 else Util.fatal_error( PRG_NAME, "illegal format in: " + desc ) -- 1.7.10.2