We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f835a9 commit dbab500Copy full SHA for dbab500
selfdrive/manager/custom_dep.py
@@ -8,7 +8,6 @@
8
import traceback
9
from common.basedir import BASEDIR
10
from common.text_window import TextWindow
11
-import selfdrive.sentry as sentry
12
from urllib.request import urlopen
13
from glob import glob
14
import subprocess
@@ -118,6 +117,7 @@ def install_dep(spinner):
118
117
spinner.update("Waiting for internet")
119
install_dep(spinner)
120
except Exception:
+ import selfdrive.sentry as sentry
121
sentry.init(sentry.SentryProject.SELFDRIVE)
122
traceback.print_exc()
123
sentry.capture_exception()
0 commit comments