| 
      
            Lines 88-94
          def run(_umc_instance, rerun=False, fix_log=''):
      
      
        Link Here
      
     | 
  
        
          | 88 | 
          			output_list = output.splitlines()  | 
          88 | 
          			output_list = output.splitlines()  | 
        
        
          | 89 | 
          			for x in output_list:  | 
          89 | 
          			for x in output_list:  | 
        
        
          | 90 | 
          				if x.find("NT_STATUS_OBJECT_NAME_NOT_FOUND") == -1: | 
          90 | 
          				if x.find("NT_STATUS_OBJECT_NAME_NOT_FOUND") == -1: | 
        
          
            
              | 91 | 
              					error_descriptions.append("") | 
              91 | 
              					error_descriptions.append(x)  | 
            
        
          | 92 | 
          		else:  | 
          92 | 
          		else:  | 
        
        
          | 93 | 
          			error_descriptions.append(output)  | 
          93 | 
          			error_descriptions.append(output)  | 
        
        
          | 94 | 
          		if not rerun:  | 
          94 | 
          		if not rerun:  |