Skip to content

Commit 16bd360

Browse files
rshadeblampe
andauthored
Update pulumitest/newStack.go
Co-authored-by: Bryce Lampe <[email protected]>
1 parent 0fa5050 commit 16bd360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulumitest/newStack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func (pt *PulumiTest) NewStack(t PT, stackName string, opts ...optnewstack.NewSt
148148
}
149149
}
150150

151-
if options.PythonLinks != nil && len(options.PythonLinks) > 0 {
151+
if len(options.PythonLinks) > 0 {
152152
// Determine which Python interpreter to use. Try python3 first for better
153153
// compatibility with modern systems, then fall back to python.
154154
pythonCmd := "python"

0 commit comments

Comments
 (0)