We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b48815 commit 3e2ff20Copy full SHA for 3e2ff20
ci/scripts/license_check.py
@@ -92,7 +92,6 @@ def uncomment(text: str) -> str:
92
logger.info(f"Skipping {filepath} because it contains a valid license block.")
93
return
94
95
- breakpoint()
96
logger.info(f"Adding license block to {filepath}.")
97
license_lines = "\n".join([default_copyright_text, license_text])
98
license_lines = textwrap.indent(license_lines, comment_start + " ", predicate=lambda _: True)
0 commit comments