Skip to content

Commit c0751fb

Browse files
committed
add a comment for go-python#169 (comment)
1 parent 1f78cdb commit c0751fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/os.module.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,6 @@ func system(self py.Object, args py.Tuple) (py.Object, error) {
206206
if err != nil {
207207
return nil, py.ExceptionNewf(py.OSError, err.Error())
208208
}
209-
fmt.Println(string(outb))
209+
fmt.Println(string(outb)) // FIXME - use gpython Stdout
210210
return py.Int(0), nil
211211
}

0 commit comments

Comments
 (0)