docstring/util/step
This commit is contained in:
parent
a376f1b148
commit
e55a7f3ba1
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ def split() -> None:
|
|||
|
||||
|
||||
def step(text: str) -> None:
|
||||
"""Increment the step number of the current build process."""
|
||||
env.SPCD_STEP += 1
|
||||
log.info(env.SPCD_DOWN)
|
||||
log.info(f"{env.SPCD_VERT} {env.SPCD_STEP} {text}")
|
||||
|
|
Loading…
Reference in a new issue