Skip to content

Commit ead6592

Browse files
committed
Returned json with project Key and bundle Id when importing bundle to automation node
1 parent a4fe395 commit ead6592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def list_imported_bundles(self):
409409
"/projects/%s/bundles/imported" % self.project_key)
410410

411411
def import_bundle_from_archive(self, archive_path):
412-
return self.client._perform_empty("POST",
412+
return self.client._perform_json("POST",
413413
"/projects/%s/bundles/imported/actions/importFromArchive" % (self.project_key),
414414
params = { "archivePath" : osp.abspath(archive_path) })
415415

0 commit comments

Comments
 (0)