From 442aa6f6647756d10d57cd7869cb3d27c87b24a8 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Tue, 10 Jan 2012 13:04:01 +0100 Subject: untested update --- lib/task.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/task.rb') 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 -- cgit v1.2.3