Shebang Fix (#1477)

* Shebang Fix

Per George's "I'd merge a PR replacing the 4 python3.7 with python3" on Discord. George updated Python to 3.8.2 for webcam tools, which broke manager from launching. Instead of chasing the exact version, it seems more reasonable to fall back to 3.

* More Python3.7's
old-commit-hash: aef01f4bdf
commatwo_master
William 5 years ago committed by GitHub
parent a7abef9bad
commit 798e1a8908
  1. 2
      scripts/get_fan_control_type.py
  2. 2
      selfdrive/athena/athenad.py
  3. 2
      selfdrive/manager.py
  4. 2
      selfdrive/thermald/thermald.py

@ -1,4 +1,4 @@
#!/usr/bin/env python3.7 #!/usr/bin/env python3
import os import os
from smbus2 import SMBus from smbus2 import SMBus

@ -1,4 +1,4 @@
#!/usr/bin/env python3.7 #!/usr/bin/env python3
import json import json
import os import os
import hashlib import hashlib

@ -1,4 +1,4 @@
#!/usr/bin/env python3.7 #!/usr/bin/env python3
import os import os
import time import time
import sys import sys

@ -1,4 +1,4 @@
#!/usr/bin/env python3.7 #!/usr/bin/env python3
import os import os
import json import json
import copy import copy

Loading…
Cancel
Save