From 83c1e0d04fe2e78963c8b508e8b7d0ae03bfcb16 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Fri, 10 Sep 2021 13:23:31 -0700 Subject: Adding more tests, working on the test harness. --- executors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executors.py') diff --git a/executors.py b/executors.py index e074c30..b243edd 100644 --- a/executors.py +++ b/executors.py @@ -64,7 +64,7 @@ SSH = 'ssh -oForwardX11=no' def make_cloud_pickle(fun, *args, **kwargs): - logger.info(f"Making cloudpickled bundle at {fun.__name__}") + logger.debug(f"Making cloudpickled bundle at {fun.__name__}") return cloudpickle.dumps((fun, args, kwargs)) -- cgit v1.3