summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-11-10 15:40:53 +0100
committerChristoph Helma <helma@in-silico.de>2009-11-10 15:40:53 +0100
commite11146fa08303500fbf0bb837960f6c18e2307ed (patch)
tree8b383654d4d7abe167bea58c8ed464205ed8dfca /lib
parent331d50f69af8f8b8df7f600d3d82533811344bb0 (diff)
openbabel LoadError rescued
Diffstat (limited to 'lib')
-rw-r--r--lib/opentox-ruby-api-wrapper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/opentox-ruby-api-wrapper.rb b/lib/opentox-ruby-api-wrapper.rb
index c01fd7d..c4d9d4e 100644
--- a/lib/opentox-ruby-api-wrapper.rb
+++ b/lib/opentox-ruby-api-wrapper.rb
@@ -4,7 +4,7 @@ end
begin
require 'openbabel'
-rescue
+rescue LoadError
puts "Please install Openbabel with 'rake openbabel:install' in the compound component"
end