mirror of
				https://github.com/clearml/clearml-server
				synced 2025-06-26 23:15:47 +00:00 
			
		
		
		
	Fix empty object might be returned to the client for Google JSON credentials
This commit is contained in:
		
							parent
							
								
									f3c67ac3fd
								
							
						
					
					
						commit
						98122690df
					
				@ -199,7 +199,7 @@ class StorageBLL:
 | 
			
		||||
        )
 | 
			
		||||
        gs_dict = {
 | 
			
		||||
            "project": gs._default_project,
 | 
			
		||||
            "credentials_json": gs._default_credentials,
 | 
			
		||||
            "credentials_json": gs._default_credentials or None,
 | 
			
		||||
            "buckets": [attr.asdict(b) for b in gs._buckets],
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user