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 c1050ef Oops, drop debug
c1050ef is described below
commit c1050efd5fb9e8f179cc9c4ca93e51269662225f
Author: Sebb <[email protected]>
AuthorDate: Sat Jul 10 00:34:26 2021 +0100
Oops, drop debug
---
www/secretary/iclaparser.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/secretary/iclaparser.rb b/www/secretary/iclaparser.rb
index dfa0db0..2aa35c2 100644
--- a/www/secretary/iclaparser.rb
+++ b/www/secretary/iclaparser.rb
@@ -186,9 +186,9 @@ module ICLAParser
end
end
val.gsub!("\x7F",'') # Not sure where these originate
- # if val.length > 0
+ if val.length > 0
data[canon_field_name(key)] = val.gsub("\x7F",'') # Not sure
where these originate
- # end
+ end
metadata[:dataSource]['Form'] = true
end
end