Skip to content

Commit c10258f

Browse files
committed
Use as_objects=True by default
1 parent ab12fa4 commit c10258f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dataikuapi/dss/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def sync_datasets_acls(self):
498498
# Notebooks
499499
########################################################
500500

501-
def list_running_notebooks(self, as_objects=False):
501+
def list_running_notebooks(self, as_objects=True):
502502
"""
503503
List the currently-running notebooks
504504

dataikuapi/dssclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_future(self, job_id):
8181
# Notebooks
8282
########################################################
8383

84-
def list_running_notebooks(self, as_objects=False):
84+
def list_running_notebooks(self, as_objects=True):
8585
"""
8686
List the currently-running notebooks
8787

0 commit comments

Comments
 (0)