mirror of
https://github.com/ARM-software/devlib.git
synced 2025-04-17 07:10:03 +01:00
acmecape: fix warning formatting
This commit is contained in:
parent
7a8f98720d
commit
17d32a4d40
@ -60,8 +60,7 @@ class AcmeCapeInstrument(Instrument):
|
|||||||
|
|
||||||
def __del__(self):
|
def __del__(self):
|
||||||
if self.process and self.process.pid:
|
if self.process and self.process.pid:
|
||||||
self.logger.warning('killing iio-capture process [%d]...',
|
self.logger.warning('killing iio-capture process [{}]...'.format(self.process.pid))
|
||||||
self.process.pid)
|
|
||||||
self.process.kill()
|
self.process.kill()
|
||||||
|
|
||||||
def reset(self, sites=None, kinds=None, channels=None):
|
def reset(self, sites=None, kinds=None, channels=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user