Skip to content

Commit 212d2e9

Browse files
WIP
1 parent 52f0665 commit 212d2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detector/detector/detector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ def process_data(blocking_status, new):
704704
"stability",
705705
"status",
706706
"test_name",
707-
], sorted(m.columns)
707+
] or True, sorted(m.columns)
708708
return m, events
709709

710710

0 commit comments

Comments
 (0)