@ -1,5 +1,10 @@
from fabric.api import run
from fabric.api import run, cd
def hello():
run("ls")
def rb_test():
with cd('/tmp/'):
run('pwd')
run('ls')
The note is not visible to the blocked user.