This is an automated email from the ASF dual-hosted git repository.

sebb 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 dfb3cda  non-existent stream object
dfb3cda is described below

commit dfb3cda8562d203b4a2a36c2af2307a11da29ad7
Author: Sebb <[email protected]>
AuthorDate: Sat Jan 11 09:45:28 2020 +0000

    non-existent stream object
---
 lib/whimsy/logparser.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/whimsy/logparser.rb b/lib/whimsy/logparser.rb
index 77e4515..4d1c6c6 100755
--- a/lib/whimsy/logparser.rb
+++ b/lib/whimsy/logparser.rb
@@ -65,7 +65,6 @@ module LogParser
       reader = Zlib::GzipReader.open(f)
       logfile = reader.read
       reader.close
-      stream.close rescue nil
     else
       logfile = File.read(f)
     end

Reply via email to