Update print statements with context clues
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import cursorius.executors.docker as docker
|
||||
|
||||
print("hello, world")
|
||||
print("hello, world from python (#1)")
|
||||
d = docker.DockerBuilder.from_dockerfile("builder", "Dockerfile")
|
||||
print(d.run("/main"))
|
||||
print("hello, world")
|
||||
print("hello, world from python (#2)")
|
||||
|
||||
Reference in New Issue
Block a user