mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-01 09:31:53 +01:00
netstats: fix typo exception in message
This commit is contained in:
committed by
Marc Bonnici
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):
|
||||||
|
Reference in New Issue
Block a user