Skip to content

Commit

Permalink
Log meta extracted from FM dataset creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Nemere committed Mar 27, 2024
1 parent c8e2ce8 commit c886a7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/dataimport/internal/converters/pixlfm/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ func (p PIXLFM) Import(importPath string, pseudoIntensityRangesPath string, data
return nil, "", err
}
// Stop after first file
log.Infof("Extracting metadata from file name: %v", file)
log.Infof("Meta extracted: %v", housekeepingFileNameMeta.ToString())
break
}
case "pseudoIntensityDir":
Expand Down

0 comments on commit c886a7f

Please sign in to comment.