Skip to content

Commit

Permalink
call the cops
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Aug 23, 2024
1 parent f096c73 commit a40625b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/reprocessor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ def with_id_lines
def lambda_missing_files
@lambda_missing_files ||= lambda { |line, _progress|
id = line.strip
file_set = FileSet.find(id)
Reprocessor.instance.error_log.error(id)
Reprocessor.instance.error_log.error(id) if FileSet.find(id).files.blank?
}
end

Expand Down

0 comments on commit a40625b

Please sign in to comment.