mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
netstats: fix typo exception in message
This commit is contained in:
parent
511d478164
commit
ec717e3399
@ -84,7 +84,7 @@ class NetstatsInstrument(Instrument):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
if target.os != 'android':
|
if target.os != 'android':
|
||||||
raise TargetStableError('netstats insturment only supports Android targets')
|
raise TargetStableError('netstats instrument only supports Android targets')
|
||||||
if apk is None:
|
if apk is None:
|
||||||
apk = os.path.join(THIS_DIR, 'netstats.apk')
|
apk = os.path.join(THIS_DIR, 'netstats.apk')
|
||||||
if not os.path.isfile(apk):
|
if not os.path.isfile(apk):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user