Skip to content

Commit 20839df

Browse files
committed
Change fallback version to CANNOT_BUILD_WITHOUT_GIT_DIR - 2
1 parent 52cbcb3 commit 20839df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject_toml_builder.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ def write_toml(
691691
token: str,
692692
gha_input: GHAInput,
693693
) -> READMEMarkdownManager | None:
694-
"""Build/write the `pyproject.toml` sections according to `BUILDER_SECTION_NAME`.
694+
"""Build/write the `pyproject.toml` sections.
695695
696696
Return a 'READMEMarkdownManager' instance to write out. If, necessary.
697697
"""
@@ -768,8 +768,7 @@ def work(
768768
def main() -> None:
769769
"""Read and write all necessary files."""
770770
parser = argparse.ArgumentParser(
771-
description=f"Read/transform 'pyproject.toml' and 'README.md' files. "
772-
f"Builds out 'pyproject.toml' sections according to [{BUILDER_SECTION_NAME}].",
771+
description=f"Read/transform 'pyproject.toml' and 'README.md' files",
773772
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
774773
)
775774
parser.add_argument(

0 commit comments

Comments
 (0)