From 67d86ccaa9e63139266e501f33c69cd30803f6eb Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 12 Dec 2007 00:29:18 +0000 Subject: [PATCH] * Fix "rety" typo git-svn-id: file:///srv/svn/function2gene/trunk@20 a0738b58-4706-0410-8799-fb830574a030 --- bin/get_ncbi_results | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/get_ncbi_results b/bin/get_ncbi_results index 313ecad..e126d5f 100755 --- a/bin/get_ncbi_results +++ b/bin/get_ncbi_results @@ -161,7 +161,7 @@ while (<$terms>) { $response = $mech->content; $retry_count--; } - if ($rety_count <= 0) { + if ($retry_count <= 0) { die 'Unable to retreive ids ['.join(',',@current_ids).'] because of a remote server error'; } # For some dumb reason, they send us xml with html -- 2.39.2