summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rest_client_wrapper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rest_client_wrapper.rb b/lib/rest_client_wrapper.rb
index fcc0d08..d0e6727 100644
--- a/lib/rest_client_wrapper.rb
+++ b/lib/rest_client_wrapper.rb
@@ -110,7 +110,7 @@ module OpenTox
def self.wait_for_task( res, base_uri, waiting_task=nil )
#TODO remove TUM hack
content_type = "text/uri-list" if base_uri =~/tu-muenchen/ and res.content_type == "application/x-www-form-urlencoded;charset=UTF-8"
-s
+
task = nil
case res.content_type
when /application\/rdf\+xml/