dmail bulk update request errors to admin

This commit is contained in:
r888888888
2015-04-21 18:39:42 -07:00
parent 2016feeb28
commit 6ff02c653d
4 changed files with 40 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ class AliasAndImplicationImporter
[:remove_implication, $1, $2]
elsif line =~ /^mass update (.+?) -> (.*)$/i
[:mass_update, $1, $2]
elsif line.empty?
elsif line.strip.empty?
# do nothing
else
raise "Unparseable line: #{line}"