summaryrefslogtreecommitdiff
path: root/lib/task.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-01-10 13:04:01 +0100
committerChristoph Helma <helma@in-silico.ch>2012-01-10 13:04:01 +0100
commit442aa6f6647756d10d57cd7869cb3d27c87b24a8 (patch)
tree0efdf881a28f2148007b5cef1fcc927e28a6f473 /lib/task.rb
parent64354959e04fcac11bcf70e75099691b74573033 (diff)
untested update
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 146a756..3815177 100644
--- a/lib/task.rb
+++ b/lib/task.rb
@@ -231,7 +231,7 @@ module OpenTox
else
raise "content type for tasks not supported: "+content_type.to_s
end
- raise "uri is null after loading" unless @uri and @uri.to_s.strip.size>0
+ raise "uri is nil after loading" unless @uri and @uri.to_s.strip.size>0
end
=end