1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-03-03 16:57:51 +00:00

utils/android: whitespace

This commit is contained in:
Brendan Jackman 2017-09-20 13:40:36 +01:00
parent 25ad53feff
commit b3242a1ee4

View File

@ -616,7 +616,7 @@ class LogcatMonitor(threading.Thread):
with self._datalock:
while not self._lines.empty():
self._lines.get()
with open(self._logfile, 'w') as fh:
pass