From 57406e0b8c0bc329eccff176d01c7b19a1f76738 Mon Sep 17 00:00:00 2001 From: Colm Talbot <colm.talbot@ligo.org> Date: Mon, 12 Sep 2022 16:03:52 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- bilby/bilby_mcmc/sampler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bilby/bilby_mcmc/sampler.py b/bilby/bilby_mcmc/sampler.py index 331ddb3eb..3d43d7352 100644 --- a/bilby/bilby_mcmc/sampler.py +++ b/bilby/bilby_mcmc/sampler.py @@ -388,7 +388,7 @@ class Bilby_MCMC(MCMCSampler): logger.info("Written checkpoint file {}".format(self.resume_file)) else: logger.warning( - "Cannot write pickle resume file! " "Job may not resume if interrupted." + "Cannot write pickle resume file! Job may not resume if interrupted." ) # Touch the file to postpone next check-point attempt Path(self.resume_file).touch(exist_ok=True) -- GitLab