summaryrefslogtreecommitdiff
path: root/lib/algorithm.rb
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-09-06 16:13:47 +0200
committerAndreas Maunz <andreas@maunz.de>2012-09-06 16:13:47 +0200
commit607be1ffb0a001e4a2bf9cae2babd44b4d898d25 (patch)
tree03ddbeffd29284531777f1a61d679ce28d3b4c57 /lib/algorithm.rb
parentd1645d959ab2b0701ff6bd616d44ca7aaeaf0eca (diff)
Fixed post
Diffstat (limited to 'lib/algorithm.rb')
-rw-r--r--lib/algorithm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/algorithm.rb b/lib/algorithm.rb
index 4986c40..0c633f2 100644
--- a/lib/algorithm.rb
+++ b/lib/algorithm.rb
@@ -8,7 +8,7 @@ module OpenTox
# @param [optional,OpenTox::Task] waiting_task (can be a OpenTox::Subtask as well), progress is updated accordingly
# @return [String] URI of new resource (dataset, model, ...)
def run params=nil
- post params, {:accept => 'text/uri-list'}
+ post params
end
end