summaryrefslogtreecommitdiff
path: root/example.rb
diff options
context:
space:
mode:
Diffstat (limited to 'example.rb')
-rw-r--r--example.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/example.rb b/example.rb
index 274b4ba..eb997c2 100644
--- a/example.rb
+++ b/example.rb
@@ -146,6 +146,7 @@ class Example
result += line if result.size<50
end
end
+ result.chomp!
result.gsub!(/\n/, " \\n ")
if ($?==0)
if OpenTox::Utils.task_uri?(result)