Skip to content

Commit c7b3ece

Browse files
authored
revert marking some files as unexecutable (commaai#32613)
* this is not a test * these are not tests!
1 parent 57a9761 commit c7b3ece

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

selfdrive/debug/test_fw_query_on_routes.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
# type: ignore
23

34
from collections import defaultdict

selfdrive/test/process_replay/test_processes.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
import argparse
23
import concurrent.futures
34
import os

tools/car_porting/test_car_model.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
import argparse
23
import sys
34
import unittest # noqa: TID251

0 commit comments

Comments
 (0)