From 1c74a684b8b2992d7e6fce5f1a4677d397ec4dd6 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Sat, 18 Jul 2015 08:52:39 +0200 Subject: dataset tests pass --- lib/overwrite.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/overwrite.rb') diff --git a/lib/overwrite.rb b/lib/overwrite.rb index 692e239..4dafe8d 100644 --- a/lib/overwrite.rb +++ b/lib/overwrite.rb @@ -134,6 +134,7 @@ end module Kernel +=begin # overwrite backtick operator to catch system errors # Override raises an error if _cmd_ returns a non-zero exit status. CH: I do not understand this comment # Returns stdout if _cmd_ succeeds. Note that these are simply concatenated; STDERR is not inline. CH: I do not understand this comment @@ -148,6 +149,7 @@ module Kernel rescue internal_server_error $!.message end +=end # @return [String] uri of task result, if task fails, an error according to task is raised def wait_for_task uri -- cgit v1.2.3