Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trana authored and trana committed Oct 8, 2024
1 parent c5d55f1 commit 2968540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/slurm/prepare.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func prepareEnvs(Ctx context.Context, container v1.Container) []string {
span.AddEvent("Preparing ENVs for container " + container.Name)
var envs []string = []string{}
// For debugging purpose only
envs_data []string{} := []string{}
envs_data := []string{}

if len(container.Env) > 0 {
envfilePath := (config.DataRootFolder + podData.Pod.Namespace + "-" + string(podData.Pod.UID) + "/" + "envfile.properties")
Expand Down

0 comments on commit 2968540

Please sign in to comment.