From 32ad3c8f6e1e16cfe9fd59a47df6b560ffb13ddd Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 1 Aug 2012 14:56:08 +0200 Subject: task error handling improved --- lib/compound.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/compound.rb') diff --git a/lib/compound.rb b/lib/compound.rb index 5992ee3..7d84a3c 100644 --- a/lib/compound.rb +++ b/lib/compound.rb @@ -83,7 +83,7 @@ module OpenTox begin RestClientWrapper.get("#{CACTUS_URI}#{to_inchi}/names").split("\n") rescue - "not available" + "CACTVS service not responding." end end -- cgit v1.2.3