Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/jobs/attach_files_to_work_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def perform(work, uploaded_files, **work_attributes)
STDERR.puts "######################################################"
STDERR.puts " Uploaded_file before virus_check! #{uploaded_file}"
STDERR.puts "######################################################"
virus_check!(uploaded_file)
#virus_check!(uploaded_file)
next if uploaded_file.file_set_uri.present?
STDERR.puts " New file is not infected :) #{uploaded_file}"
actor = Hyrax::Actors::FileSetActor.new(FileSet.create, user)
Expand Down