We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c92c9 commit 6ffa043Copy full SHA for 6ffa043
scripts/build_directory_md.py
@@ -31,7 +31,7 @@ def md_prefix(indent: int) -> str:
31
>>> md_prefix(3)
32
' *'
33
"""
34
- return f"{indent * ' '}*" if i else "\n##"
+ return f"{indent * ' '}*" if indent else "\n##"
35
36
37
def print_path(old_path: str, new_path: str) -> str:
0 commit comments