enable flake8 E231: missing whitespace after comma

old-commit-hash: efd5dffb1e
This commit is contained in:
Adeeb Shihadeh
2020-05-31 12:37:52 -07:00
parent b30f62293e
commit be0b43f339
60 changed files with 228 additions and 228 deletions

View File

@@ -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"