Skip to content

Commit

Permalink
nil
Browse files Browse the repository at this point in the history
  • Loading branch information
trana authored and trana committed Oct 8, 2024
1 parent 9fda0ee commit a2a030d
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 @@ -246,7 +246,7 @@ func prepareEnvs(Ctx context.Context, config SlurmConfig, podData commonIL.Retri
envs, envs_data, err = createEnvFile(Ctx, config, podData, container)
if err != nil {
log.G(Ctx).Error(err)
return "", err
return nil, err
}
}

Expand Down

0 comments on commit a2a030d

Please sign in to comment.