Skip to content

Commit

Permalink
Fix rdoc parsing problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Coren authored and barmintor committed Apr 21, 2022
1 parent 09fabcb commit 4acd9d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/oai/harvester/logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ def start(sites = nil, interactive = false)
@logger.info { "Starting regular harvest" }
orig_start(sites)
begin
OAI::Harvester::
Mailer.send(@config.mail_server, @config.email, @summary) if @config.email
OAI::Harvester::Mailer.send(@config.mail_server, @config.email, @summary) if @config.email
rescue
@logger.error { "Error sending out summary email: #{$!}"}
end
Expand Down

0 comments on commit 4acd9d4

Please sign in to comment.