Update dependencies && Fix status reporting if no subs are available for file

This commit is contained in:
RatzzFatzz
2025-10-16 00:30:54 +02:00
parent 0e9d008c7e
commit 37c65df60c
4 changed files with 28 additions and 20 deletions

View File

@@ -100,6 +100,7 @@ public abstract class AttributeUpdaterKernel {
List<FileAttribute> attributes = processor.loadAttributes(file);
if (attributes == null || attributes.isEmpty()) {
log.warn("No attributes found for file {}", file);
statistic.total();
statistic.failure();
return;