Skip to content

Commit

Permalink
Add admin option to enable/disable compression when archiving task di…
Browse files Browse the repository at this point in the history
…rectories (remove redundant code) aces#1123
  • Loading branch information
MontrealSergiy committed Aug 27, 2024
1 parent 02f31ba commit 533a124
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BrainPortal/app/models/cluster_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1622,8 +1622,6 @@ def unarchive_work_directory_from_userfile
return false
end

taskarch_userfile.cache_full_path

self.make_cluster_workdir
Dir.chdir(self.full_cluster_workdir) do
safe_symlink(taskarch_userfile.cache_full_path, tar_file)
Expand Down

0 comments on commit 533a124

Please sign in to comment.