Skip to content

Commit

Permalink
minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiahstroud committed Apr 23, 2024
1 parent 26bacb7 commit 09be0d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/services/ams/missing_instantiations_locator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def create_subset_importers
rights_statement
override_rights_statement
file_style
import_file_path
]

subset_paths.each do |path|
Expand All @@ -141,7 +140,7 @@ def create_subset_importers

imp.name = File.basename(path)
imp.parser_fields = base_imp.parser_fields.slice(*desired_parser_field_attrs)
imp.parser_fields['import_file_path'] = path.to_s
imp.parser_fields['import_file_path'] = path

imp.save!
end
Expand Down

0 comments on commit 09be0d8

Please sign in to comment.