mirror of
				https://github.com/clearml/clearml
				synced 2025-06-26 18:16:07 +00:00 
			
		
		
		
	This commit is contained in:
		
							parent
							
								
									86586fbf35
								
							
						
					
					
						commit
						4020c8cd42
					
				| @ -2218,7 +2218,7 @@ class PipelineController(object): | ||||
|             if target_models: | ||||
|                 self._task.reload() | ||||
|                 models = self._task.data.models | ||||
|                 keys = [a.name for a in models.output] | ||||
|                 keys = [a.name for a in target_models] | ||||
|                 models.output = [a for a in models.output or [] if a.name not in keys] + target_models | ||||
|                 # noinspection PyProtectedMember | ||||
|                 self._task._edit(models=models) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user