light modification
This commit is contained in:
parent
2a93b17d71
commit
fa00980352
@ -196,7 +196,7 @@ func plan[T resources.ResourceInterface](dt tools.DataType, wf *Workflow, priced
|
|||||||
priced.SetLocationEnd(*e)
|
priced.SetLocationEnd(*e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if e := end(started, priced.GetExplicitDurationInS()); end != nil {
|
if e := end(started, priced.GetExplicitDurationInS()); e != nil {
|
||||||
priced.SetLocationEnd(*e)
|
priced.SetLocationEnd(*e)
|
||||||
}
|
}
|
||||||
resources = append(resources, realItem.(T))
|
resources = append(resources, realItem.(T))
|
||||||
|
Loading…
Reference in New Issue
Block a user