mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 09:02:12 +00:00 
			
		
		
		
	framework/execution: Calm pylint
This commit is contained in:
		
				
					committed by
					
						
						marcbonnici
					
				
			
			
				
	
			
			
			
						parent
						
							20be13282b
						
					
				
				
					commit
					79ea06044b
				
			@@ -417,7 +417,7 @@ class Runner(object):
 | 
			
		||||
        except KeyboardInterrupt:
 | 
			
		||||
            job.set_status(Status.ABORTED)
 | 
			
		||||
            raise
 | 
			
		||||
        except Exception as e:
 | 
			
		||||
        except Exception as e: # pylint: disable=broad-except
 | 
			
		||||
            job.set_status(Status.FAILED)
 | 
			
		||||
            context.add_event(e.message)
 | 
			
		||||
            if not getattr(e, 'logged', None):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user