Skip to content

Commit

Permalink
Minor fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Jun 12, 2024
1 parent 2680676 commit e106038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from path import Path

from stepup.core.api import amend, glob, static, step
from stepup.core.api import glob, static, step


def scan_main(path_main: str) -> tuple[list[Path], Path, list[Path]]:
Expand Down Expand Up @@ -48,11 +48,11 @@ def scan_main(path_main: str) -> tuple[list[Path], Path, list[Path]]:


def main():
"""Main program."""
static("run_example.py", "getting_started/", "advanced_topics/")
glob("getting_started/*/")
glob("advanced_topics/*/")
paths_main = glob("*/*/main.sh")
assert amend(inp=paths_main.files())
for path_main in paths_main:
inp, root, out = scan_main(path_main)
static(inp)
Expand Down

0 comments on commit e106038

Please sign in to comment.