parent
f776b8468d
commit
8185283391
1 changed files with 2 additions and 2 deletions
|
@ -154,6 +154,6 @@ def split() -> None:
|
|||
|
||||
def step(*arguments: str) -> None:
|
||||
env.CD_STEP += 1
|
||||
log.log(env.CD_DOWN)
|
||||
log.info(env.CD_DOWN)
|
||||
print(env.CD_VERT, env.CD_STEP, *arguments)
|
||||
log.log(env.CD___UP)
|
||||
log.info(env.CD___UP)
|
||||
|
|
Loading…
Reference in a new issue