Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Mar 18, 2020
1 parent d2c99dd commit dab33ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def manager_thread():
if msg.thermal.freeSpace < 0.05:
logger_dead = True

if True or msg.thermal.started:
if msg.thermal.started:
for p in car_started_processes:
if p == "loggerd" and logger_dead:
kill_managed_process(p)
Expand Down

0 comments on commit dab33ce

Please sign in to comment.