summaryrefslogtreecommitdiff
path: root/lib/compound.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-08-01 14:56:08 +0200
committerChristoph Helma <helma@in-silico.ch>2012-08-01 14:56:08 +0200
commit32ad3c8f6e1e16cfe9fd59a47df6b560ffb13ddd (patch)
treea9b36b58e546cb7bbfd2f9f3c4a16de32abbaa9e /lib/compound.rb
parentfc0397cd0d51df4fe7c23f601c2f211c2ebfbf77 (diff)
task error handling improved
Diffstat (limited to 'lib/compound.rb')
-rw-r--r--lib/compound.rb2
1 files changed, 1 insertions, 1 deletions
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