Update TOTAL_SCONS_NODES (#1938)

pull/1940/head
Shane Smiskol 5 years ago committed by GitHub
parent 5453d8dd30
commit 247ec73370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/manager.py

@ -19,7 +19,7 @@ WEBCAM = os.getenv("WEBCAM") is not None
sys.path.append(os.path.join(BASEDIR, "pyextra"))
os.environ['BASEDIR'] = BASEDIR
TOTAL_SCONS_NODES = 1140
TOTAL_SCONS_NODES = 1020
prebuilt = os.path.exists(os.path.join(BASEDIR, 'prebuilt'))
# Create folders needed for msgq

Loading…
Cancel
Save