Skip to content

Commit 1f8b43e

Browse files
Update .github/release/check_maven_central.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 4cc0d29 commit 1f8b43e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/release/check_maven_central.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ def main():
9494
if key not in to_check:
9595
to_check[key] = pom_path
9696

97-
except Exception:
98-
pass
97+
except Exception as e:
98+
print(f"Error parsing {pom_path}: {e}")
9999

100100
print(f"Checking {len(to_check)} unique artifacts on Maven Central...")
101101

0 commit comments

Comments
 (0)