Skip to content

Commit 3e2ff20

Browse files
committed
remove breakpoint
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent 9b48815 commit 3e2ff20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/scripts/license_check.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def uncomment(text: str) -> str:
9292
logger.info(f"Skipping {filepath} because it contains a valid license block.")
9393
return
9494

95-
breakpoint()
9695
logger.info(f"Adding license block to {filepath}.")
9796
license_lines = "\n".join([default_copyright_text, license_text])
9897
license_lines = textwrap.indent(license_lines, comment_start + " ", predicate=lambda _: True)

0 commit comments

Comments
 (0)