Skip to content
Snippets Groups Projects
Commit 57406e0b authored by Colm Talbot's avatar Colm Talbot Committed by Gregory Ashton
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent e60e446a
No related branches found
No related tags found
1 merge request!1151Resolve "Bilby MCMC: Sampler gets stuck when checkpoint fails"
Pipeline #452409 passed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment