Skip to content

Commit

Permalink
explicitly add no scheduler option
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyinz committed Jun 6, 2024
1 parent 91addbb commit 833f92b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/mspasspy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ def __init__(
+ self._dask_client_address,
"Fatal",
)
else:
print(
"There is no spark or dask installed, this client has no scheduler"
)

def get_database_client(self):
"""
Expand Down

0 comments on commit 833f92b

Please sign in to comment.