From 0d0c8b4233428a8ce01a6f6c1d8c686039e68aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Sierro?= Date: Fri, 1 Oct 2021 14:18:53 +0200 Subject: [PATCH] simplified name in progress bar --- src/scgenerator/physics/simulate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scgenerator/physics/simulate.py b/src/scgenerator/physics/simulate.py index 4d34743..dae90b7 100644 --- a/src/scgenerator/physics/simulate.py +++ b/src/scgenerator/physics/simulate.py @@ -569,7 +569,7 @@ class MultiProcSimulations(Simulations, priority=1): self.p_worker = multiprocessing.Process( target=utils.progress_worker, args=( - self.configuration.final_path, + Path(self.configuration.final_path).name, self.sim_jobs_per_node, self.configuration.total_num_steps, self.progress_queue,