Skip to content

Commit bd6ae4c

Browse files
committed
Reformat file
1 parent 4eefa15 commit bd6ae4c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructure.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,9 +528,7 @@ def execute(self):
528528
self.finish()
529529
return
530530
except Exception as e:
531-
self.pbar.write(
532-
f"Error testing detection: {type(e).__name__}: {e!s}"
533-
)
531+
self.pbar.write(f"Error testing detection: {type(e).__name__}: {e!s}")
534532
raise e
535533
finally:
536534
self.sync_obj.outputQueue.append(detection)

0 commit comments

Comments
 (0)