Fix task cloning

This commit is contained in:
allegroai
2019-09-15 00:02:23 +03:00
parent c7a687b4a5
commit b98c821cf9
3 changed files with 10 additions and 3 deletions

View File

@@ -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