Skip to content

Commit

Permalink
pause clamby
Browse files Browse the repository at this point in the history
  • Loading branch information
cziaarm committed Dec 19, 2023
1 parent 5e037cd commit 6cae411
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6cae411

Please sign in to comment.