We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 807e00d + 2db2f61 commit 6026358Copy full SHA for 6026358
sigma/cli/convert.py
@@ -346,4 +346,4 @@ def convert(
346
if len(backend.errors) > 0:
347
click.echo("\nIgnored errors:", err=True)
348
for rule, error in backend.errors:
349
- raise click.ClickException(f"{str(rule.source)}: {str(error)}")
+ click.echo(f"{str(rule.source)}: {str(error)}", err=True)
0 commit comments