Skip to content

Commit

Permalink
Debugging initDB archive import
Browse files Browse the repository at this point in the history
Footprint working
EnergyFootprint still missing
  • Loading branch information
moebiusband73 committed Nov 14, 2024
1 parent 92ec64d commit 210a7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/importer/initDB.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func InitDB() error {

name := fmt.Sprintf("%s_%s", fp, statType)

job.Footprint[fp] = repository.LoadJobStat(jobMeta, name, statType)
job.Footprint[name] = repository.LoadJobStat(jobMeta, fp, statType)
}

job.RawFootprint, err = json.Marshal(job.Footprint)
Expand Down

0 comments on commit 210a7d3

Please sign in to comment.