Skip to content

Commit faf56f8

Browse files
author
yuzelin
committed
test
1 parent 83d0523 commit faf56f8

File tree

1 file changed

+3
-0
lines changed
  • paimon_python_java/paimon-python-java-bridge/tools/ci/paimon-ci-tools/src/main/java/org/apache/paimon/tools/ci/licensecheck

1 file changed

+3
-0
lines changed

paimon_python_java/paimon-python-java-bridge/tools/ci/paimon-ci-tools/src/main/java/org/apache/paimon/tools/ci/licensecheck/NoticeFileChecker.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,9 @@ private static String convertProblemsToIndentedString(List<String> problems, Str
351351
}
352352

353353
private static List<Path> findNoticeFiles(Path root) throws IOException {
354+
if (true) {
355+
throw new RuntimeException("DEBUG: " + root);
356+
}
354357
return Files.walk(root)
355358
.filter(
356359
file -> {

0 commit comments

Comments
 (0)