mirror of
				https://github.com/ARM-software/devlib.git
				synced 2025-11-04 07:51:21 +00: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