mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 09:25:17 +00:00
commenting out exceptions output from handling
This commit is contained in:
parent
8f22d418f3
commit
9b6be31c8d
@ -368,7 +368,7 @@ def main():
|
||||
sys.exit(error)
|
||||
except (NotImplementedError, TypeError) as e:
|
||||
print("An unsupported feature is required for this Sigma rule (%s): " % (sigmafile) + str(e), file=sys.stderr)
|
||||
traceback.print_exc()
|
||||
# traceback.print_exc()
|
||||
logger.debug("* Convertion Sigma input %s FAILURE" % (sigmafile))
|
||||
success = False
|
||||
if not cmdargs.ignore_backend_errors:
|
||||
|
Loading…
Reference in New Issue
Block a user