Skip to content

Commit 85e3a4a

Browse files
drew-512sbinet
andauthored
Update modules/runtime.go
Co-authored-by: Sebastien Binet <binet@cern.ch>
1 parent 9f02cf1 commit 85e3a4a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

modules/runtime.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,11 @@ func resolveRunPath(runPath string, opts py.CompileOpts, pathObjs []py.Object, t
172172

173173
runPath = strings.TrimSuffix(runPath, "/")
174174

175-
var err error
176-
177-
cont := true
175+
var (
176+
err error
177+
cwd string
178+
cont = true
179+
)
178180

179181
for _, pathObj := range pathObjs {
180182
pathStr, ok := pathObj.(py.String)

0 commit comments

Comments
 (0)