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.
1 parent 4eefa15 commit bd6ae4cCopy full SHA for bd6ae4c
contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructure.py
@@ -528,9 +528,7 @@ def execute(self):
528
self.finish()
529
return
530
except Exception as e:
531
- self.pbar.write(
532
- f"Error testing detection: {type(e).__name__}: {e!s}"
533
- )
+ self.pbar.write(f"Error testing detection: {type(e).__name__}: {e!s}")
534
raise e
535
finally:
536
self.sync_obj.outputQueue.append(detection)
0 commit comments