summaryrefslogtreecommitdiff
path: root/lib/task.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-02-20 16:16:56 +0000
committerChristoph Helma <helma@in-silico.ch>2012-02-20 16:16:56 +0000
commitb6134b992fde8784c3556fbca32925e721700d32 (patch)
treefcbac8c01883209aa451282f37592ce4f5794038 /lib/task.rb
parent64135ae320998a836725786f95a4efd3b63f585c (diff)
task catches and reports errors (some dataset tests still fail)
Diffstat (limited to 'lib/task.rb')
-rw-r--r--lib/task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/task.rb b/lib/task.rb
index 52d4a30..582f592 100644
--- a/lib/task.rb
+++ b/lib/task.rb
@@ -89,7 +89,7 @@ module OpenTox
end
rescue
$logger.error "Unknown #{self.class} method #{method}"
- super
+ #super
end
end