Skip to content

Commit

Permalink
fix datasetIngestor
Browse files Browse the repository at this point in the history
  • Loading branch information
consolethinks committed Aug 20, 2024
1 parent c9b7b9f commit ad2b7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/commands/datasetIngestor.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ For Windows you need instead to specify -user username:password on the command l
user, accessGroups := authenticate(RealAuthenticator{}, client, APIServer, userpass, token)

/* TODO Add info about policy settings and that autoarchive will take place or not */
metaDataMap, metaSourceFolder, beamlineAccount, err := datasetIngestor.CheckMetadata(client, APIServer, metadatafile, user, accessGroups)
metaDataMap, metadataSourceFolder, beamlineAccount, err := datasetIngestor.ReadAndCheckMetadata(client, APIServer, metadatafile, user, accessGroups)
if err != nil {
log.Fatal("Error in CheckMetadata function: ", err)
}
Expand Down

0 comments on commit ad2b7f5

Please sign in to comment.