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

Commit

Permalink
Merge branch 'DP08-clean' into DP08
Browse files Browse the repository at this point in the history
  • Loading branch information
rav4kumar authored Jan 14, 2021
2 parents 6d99d4f + 5915671 commit 4cd38fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/car/car_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,13 @@ def is_connected_to_internet(timeout=5):
return True
except Exception:
return False

def crash_log(candidate):
while True:
if is_connected_to_internet():
crash.capture_warning("fingerprinted %s" % candidate)
break

def crash_log2(fingerprints, fw):
while True:
if is_connected_to_internet():
Expand Down

0 comments on commit 4cd38fb

Please sign in to comment.