Skip to content

Commit

Permalink
fix unknown variable in exception. #693
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Dec 28, 2020
1 parent bfb9c4d commit 9023ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/crosscitable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def parse_xml(input, options = {})

Rails.logger.error "Error " + e.message.to_s + " for doi " + @doi.to_s +
"."
Rails.logger.error exception.inspect
Rails.logger.error e.inspect

{}
end
Expand Down

0 comments on commit 9023ab1

Please sign in to comment.