Skip to content

Commit

Permalink
revert marking some files as unexecutable (#32613)
Browse files Browse the repository at this point in the history
* this is not a test

* these are not tests!
  • Loading branch information
sshane authored Jun 4, 2024
1 parent 57a9761 commit c7b3ece
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/debug/test_fw_query_on_routes.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# type: ignore

from collections import defaultdict
Expand Down
1 change: 1 addition & 0 deletions selfdrive/test/process_replay/test_processes.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import argparse
import concurrent.futures
import os
Expand Down
1 change: 1 addition & 0 deletions tools/car_porting/test_car_model.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import argparse
import sys
import unittest # noqa: TID251
Expand Down

0 comments on commit c7b3ece

Please sign in to comment.