]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/replace_vals
added substitute_vals biopiece
[biopieces.git] / bp_bin / replace_vals
index 3290010768567150b2a30e47d9f409bcefef2c14..a8105598c0533d92a75438dc8c4227ced087353f 100755 (executable)
@@ -60,7 +60,7 @@ if options[:file]
         k      = fields[options[:search_col] - 1]
         v      = fields[options[:replace_col] - 1]
 
-        raise RunTimeError "duplicate key: #{k} found in file" if replace_hash.has_key? k
+        raise RuntimeError, "duplicate key: #{k} found in file" if replace_hash.has_key? k
 
         replace_hash[k] = v
       end