This commit is contained in:
Javanaut
2026-04-24 08:49:48 +02:00
parent 0a153280e3
commit f913cb4fe3

View File

@@ -1628,7 +1628,7 @@ def convert(ctx,
for summaryLine in iterUnremediedIssueSummaryLines(context):
ctx.obj['logger'].warning(summaryLine)
else:
ctx.obj['logger'].info("All files converted with no ffmpeg findings requiring review.")
ctx.obj['logger'].info("All files converted with no issues.")
if __name__ == '__main__':