mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-20 01:13:55 +08:00
enable flake8 E231: missing whitespace after comma
old-commit-hash: efd5dffb1e
This commit is contained in:
@@ -45,7 +45,7 @@ else:
|
||||
with open('/tmp/dmesg-' + timestr + '.log', 'w') as dmesg_out:
|
||||
subprocess.call('dmesg', stdout=dmesg_out, shell=False)
|
||||
with open("/tmp/logcat-" + timestr + '.log', 'w') as logcat_out:
|
||||
subprocess.call(['logcat','-d'], stdout=logcat_out, shell=False)
|
||||
subprocess.call(['logcat', '-d'], stdout=logcat_out, shell=False)
|
||||
|
||||
text += "Sensor pass history: " + str(data['sensor-pass']) + "\n"
|
||||
text += "Sensor fail history: " + str(data['sensor-fail']) + "\n"
|
||||
|
||||
Reference in New Issue
Block a user