py/step
This commit is contained in:
parent
4fc693a17e
commit
916b7a56cd
2 changed files with 12 additions and 8 deletions
|
@ -107,3 +107,10 @@ def set_ssh(*arguments):
|
|||
if ssh_hosts:
|
||||
fs.write(known, ssh_hosts)
|
||||
os.chmod(known, 0o400)
|
||||
|
||||
|
||||
def step(*arguments):
|
||||
env.STEP += 1
|
||||
print(env.DOWN)
|
||||
print(env.VERTICAL, env.STEP, *arguments)
|
||||
print(env.UP, flush=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue