MCPcopy Create free account
hub / github.com/NSLS2/PyXRF / _dask_client_close

Function _dask_client_close

pyxrf/model/command_tools.py:708–712  ·  view source on GitHub ↗
(is_local)

Source from the content-addressed store, hash-verified

706 client_is_local = True
707
708 def _dask_client_close(is_local):
709 # We don't want to close an externally provided client
710 if is_local:
711 logger.info("Closing the local Dask client ...")
712 dask_client.close()
713
714 print("The following files are scheduled for processing:")
715 for fln in flist:

Callers 1

pyxrf_batchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected