Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Oct 30, 2023
1 parent 1b53a08 commit 02a363d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cugraph-pyg/cugraph_pyg/data/cugraph_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def __del__(self):
if isinstance(self.__graph._plc_graph, dict):
try:
distributed.get_client().unpublish_dataset("cugraph_graph")
except:
except Exception:
warnings.warn(
"Could not unpublish graph dataset, most likely because"
" dask has already shut down."
Expand Down

0 comments on commit 02a363d

Please sign in to comment.