mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 21:39:06 +01:00
Debugging initDB archive import
Footprint working EnergyFootprint still missing
This commit is contained in:
parent
92ec64d80f
commit
210a7d3136
@ -81,7 +81,7 @@ func InitDB() error {
|
|||||||
|
|
||||||
name := fmt.Sprintf("%s_%s", fp, statType)
|
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)
|
job.RawFootprint, err = json.Marshal(job.Footprint)
|
||||||
|
Loading…
Reference in New Issue
Block a user