Skip to content

Commit 10212bf

Browse files
author
Agathe Guillemot
committed
Add published_service_id default value
1 parent db2d76d commit 10212bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/apiservice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def download_package_to_file(self, package_id, path):
106106
f.write(chunk)
107107
f.flush()
108108

109-
def publish_package(self, package_id, published_service_id):
109+
def publish_package(self, package_id, published_service_id=None):
110110
"""
111111
Publish a package on the API Deployer.
112112

0 commit comments

Comments
 (0)