Skip to content

Commit

Permalink
fix for pull request #144
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorf committed Sep 6, 2023
1 parent f797d9d commit e33a0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ontologies_linked_data/models/ontology_submission.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ def process_submission(logger, options={})

status = LinkedData::Models::SubmissionStatus.find("OBSOLETE").first
begin
generate_obsolete_classes(logger, file_path)
generate_obsolete_classes(logger, self.uploadFilePath.to_s)
add_submission_status(status)
self.save
rescue Exception => e
Expand Down

0 comments on commit e33a0e4

Please sign in to comment.