summaryrefslogtreecommitdiff
path: root/lib/dataset.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2015-09-17 14:56:25 +0200
committerChristoph Helma <helma@in-silico.ch>2015-09-17 14:56:25 +0200
commit6ac119c32cef094d4f1c2fb5c2daa4e274401f70 (patch)
tree9028a2922b68a5e2175687fe48caa1b1119e5939 /lib/dataset.rb
parent2fdecbed76c4db8dfe3f10f825fed9772e653197 (diff)
neighbor calculation moved to Compound class
Diffstat (limited to 'lib/dataset.rb')
-rw-r--r--lib/dataset.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dataset.rb b/lib/dataset.rb
index d884716..7d889f8 100644
--- a/lib/dataset.rb
+++ b/lib/dataset.rb
@@ -152,7 +152,7 @@ module OpenTox
name = File.basename(file,".*")
dataset = self.find_by(:source => source, :name => name)
if dataset
- $logger.debug "Skipping #{file}, it is already in the database (id: #{dataset.id})."
+ $logger.debug "Skipping import of #{file}, it is already in the database (id: #{dataset.id})."
else
$logger.debug "Parsing #{file}."
table = CSV.read file, :skip_blanks => true