Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1919 from duke-libraries/hotfix-4.8.2
Browse files Browse the repository at this point in the history
Hotfix 4.8.2
  • Loading branch information
dchandekstark authored Oct 17, 2017
2 parents 45bef78 + c97456a commit 5a07064
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions app/services/file_characterization.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ def self.call(obj)
end

def call
with_content_file do |path|
fits_output = run_fits(path)
reload
fits.content = fits_output
save!
end
fits_output = run_fits(content.file_path)
reload
fits.content = fits_output
save!
end

private
Expand Down
2 changes: 1 addition & 1 deletion lib/dul_hydra/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DulHydra
VERSION = "4.8.1"
VERSION = "4.8.2"
end

0 comments on commit 5a07064

Please sign in to comment.