From 6b1d220490a846ffbdff9685a9a013f78493e8a2 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sat, 1 Nov 2025 18:59:41 -0400 Subject: [PATCH] fix(bls): skip over any files named ".conf" to avoid empty names --- src/generators/bls.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/generators/bls.rs b/src/generators/bls.rs index 8fcfab2..a9572b2 100644 --- a/src/generators/bls.rs +++ b/src/generators/bls.rs @@ -93,6 +93,11 @@ pub fn generate(context: Rc, bls: &BlsConfiguration) -> Result