Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Block <ablock84@gmail.com>
  • Loading branch information
zhanluxianshen and codablock authored Aug 6, 2024
1 parent 0a2cbb4 commit fade721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {
}

cmd, err := ep.PythonCmd("-c", "print('hello')")
if ise != nil {
if err != nil {
panic(ise)
}
cmd.Stdout = os.Stdout
Expand Down

0 comments on commit fade721

Please sign in to comment.