Skip to content

Commit 305d863

Browse files
committed
fix a deprecated method
1 parent 8256bdf commit 305d863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cortex4py/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def get_analyzers(self, data_type=None):
154154
DeprecationWarning
155155
)
156156
if data_type is None:
157-
return self.analyzers.find_all()
157+
return self.analyzers.find_all({})
158158
else:
159159
return self.analyzers.get_by_type(data_type)
160160

0 commit comments

Comments
 (0)