Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
mcantelon committed Jun 5, 2024
1 parent 8e2badb commit 3a6cc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/workflow/preprocessing.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (w *PreprocessingWorkflow) Execute(
Detail: "Verbose",
Outcome: "valid"}

PREMISAddErr := premis.AppendPREMISEventXml("premis.xml", event, agent)
PREMISAddErr := premis.AppendPREMISEventXml(identifySIP.SIP.ContentPath + "/premis.xml", event, agent)

if PREMISAddErr != nil {
return nil, temporalsdk_temporal.NewApplicationErrorWithCause("unable to add validate file formats event to premis xml", "ParseInt", PREMISAddErr)
Expand Down

0 comments on commit 3a6cc85

Please sign in to comment.