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 2e11042 Replace non-breaking space
2e11042 is described below
commit 2e11042fdfbd2f987be0f61879a5d3df4325780f
Author: Sebb <[email protected]>
AuthorDate: Thu Nov 19 11:51:06 2020 +0000
Replace non-breaking space
---
lib/whimsy/asf/podling.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/podling.rb b/lib/whimsy/asf/podling.rb
index 3bd90a5..1c3c12e 100644
--- a/lib/whimsy/asf/podling.rb
+++ b/lib/whimsy/asf/podling.rb
@@ -405,7 +405,7 @@ module ASF
begin
res = Net::HTTP.get_response(URI(query))
res.value() # Raises error if not OK
- file = File.new(cache,"wb") # Allow for non-UTF-8 chars
+ file = File.new(cache,"wb") # Allow for non-UTF-8 chars
file.write res.body
rescue => e
Wunderbar.warn "ASF::Podling.namesearch: " + e.message
@@ -431,6 +431,7 @@ module ASF
next unless name
resolution = issue['fields']['resolution']
resolution = resolution ? resolution['name'] : 'Unresolved'
+
[name, {issue: issue['key'], resolution: resolution}]
end