translations and whitespaces

This commit is contained in:
Karol
2019-10-21 18:03:56 +02:00
parent 9512fe4a79
commit f51dde4ef7
8 changed files with 14 additions and 12 deletions

View File

@ -55,8 +55,8 @@ module ProformaService
end
filenames.select { |f| f[/\.xml$/] }.any?
# rescue Zip::Error
# raise Proforma::InvalidZip
rescue Zip::Error
raise Proforma::InvalidZip
end
end
end