mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
enable flake8 E231: missing whitespace after comma
This commit is contained in:
@@ -124,7 +124,7 @@ if not prebuilt:
|
||||
|
||||
if retry:
|
||||
print("scons build failed, cleaning in")
|
||||
for i in range(3,-1,-1):
|
||||
for i in range(3, -1, -1):
|
||||
print("....%d" % i)
|
||||
time.sleep(1)
|
||||
subprocess.check_call(["scons", "-c"], cwd=BASEDIR, env=env)
|
||||
|
||||
Reference in New Issue
Block a user