Skip to content

Commit 4880284

Browse files
committed
update path in sandbox example README.md
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 1ea43c5 commit 4880284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/sandbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ timeout is reached, `wasmtime` will raise a `Trap` error.
4747
$ python3 host.py 'while True: pass' '1'
4848
timeout!
4949
Traceback (most recent call last):
50-
File "/Users/dicej/p/component-sandbox-demo/host.py", line 31, in <module>
50+
File "/Users/dicej/p/componentize-py/examples/sandbox/host.py", line 36, in <module>
5151
result = sandbox.exec(store, arg)
5252
^^^^^^^^^^^^^^^^^^^^^^^^
5353
...

0 commit comments

Comments
 (0)