mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Fix task cloning
This commit is contained in:
@@ -1705,6 +1705,7 @@ class CreateRequest(Request):
|
||||
|
||||
self.assert_isinstance(value, "project", six.string_types)
|
||||
self._property_project = value
|
||||
|
||||
@schema_property('input')
|
||||
def input(self):
|
||||
return self._property_input
|
||||
|
||||
Reference in New Issue
Block a user