On 18 August 2017 at 15:01,  <ru...@apache.org> wrote:
> This is an automated email from the ASF dual-hosted git repository.
>
> rubys pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/whimsy.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>      new d9a4317  convert back to a string
> d9a4317 is described below
>
> commit d9a431714924f374d498222b000cf82f990cd791
> Author: Sam Ruby <ru...@intertwingly.net>
> AuthorDate: Fri Aug 18 10:01:00 2017 -0400
>
>     convert back to a string
> ---
>  lib/whimsy/cache.rb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/whimsy/cache.rb b/lib/whimsy/cache.rb
> index ef97955..0ddbc9d 100644
> --- a/lib/whimsy/cache.rb
> +++ b/lib/whimsy/cache.rb
> @@ -121,7 +121,7 @@ class Cache
>    rescue Net::OpenTimeout
>      # retry timeouts (essentially treat them as self redirects)
>      raise if depth >= 5
> -    fetch(uri, options, depth+1)
> +    fetch(uri.to_x, options, depth+1)

to_X ??

>    end
>
>    # File cache contains last modified followed by the data
>
> --
> To stop receiving notification emails like this one, please contact
> ['"comm...@whimsical.apache.org" <comm...@whimsical.apache.org>'].

Reply via email to