a
This commit is contained in:
		
					parent
					
						
							
								8524f7cfb2
							
						
					
				
			
			
				commit
				
					
						843949e7ca
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -108,7 +108,7 @@ class PackageManagementOperation(object):
 | 
				
			||||||
            else:
 | 
					            else:
 | 
				
			||||||
                assert "Unknown Distro"
 | 
					                assert "Unknown Distro"
 | 
				
			||||||
            
 | 
					            
 | 
				
			||||||
            subprocess.check_output(distro.split())
 | 
					            subprocess.check_output(command.split())
 | 
				
			||||||
        except Exception as e:
 | 
					        except Exception as e:
 | 
				
			||||||
            print(e)
 | 
					            print(e)
 | 
				
			||||||
            return Result(e, ResultType.failure, inspect.currentframe().f_code.co_name)
 | 
					            return Result(e, ResultType.failure, inspect.currentframe().f_code.co_name)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue