mirror of
https://github.com/clearml/clearml
synced 2025-03-03 18:52:12 +00:00
Fix Task.connect(object) should always return the same object instance
This commit is contained in:
parent
fbbae0b8bc
commit
5a76ffd460
@ -2695,7 +2695,8 @@ class Task(_Task):
|
|||||||
|
|
||||||
return an_object
|
return an_object
|
||||||
else:
|
else:
|
||||||
return self._connect_dictionary(a_dict, name)
|
self._connect_dictionary(a_dict, name)
|
||||||
|
return an_object
|
||||||
|
|
||||||
def _validate(self, check_output_dest_credentials=False):
|
def _validate(self, check_output_dest_credentials=False):
|
||||||
if running_remotely():
|
if running_remotely():
|
||||||
|
Loading…
Reference in New Issue
Block a user