mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	TestClient: fix npe
This commit is contained in:
		
							parent
							
								
									9a65935809
								
							
						
					
					
						commit
						4393162ecd
					
				@ -202,7 +202,7 @@ class deployDataCenters():
 | 
			
		||||
        self.apiClient = self.testClient.getApiClient()
 | 
			
		||||
    
 | 
			
		||||
    def updateConfiguration(self, globalCfg):
 | 
			
		||||
        if len(globalCfg) == 0:
 | 
			
		||||
        if globalCfg is None:
 | 
			
		||||
            return None
 | 
			
		||||
        
 | 
			
		||||
        for config in globalCfg:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user