This commit is contained in:
2024-07-30 15:25:25 +02:00
parent cd76af01fa
commit 57e22c01b5

View File

@ -109,7 +109,7 @@ def work(backend_address, accumulator_host, accumulator_port, visualisation_host
if worker == 0: if worker == 0:
print(f"({pulseid}) update peakfinder parameters {old_peakfinder_parameters}", flush=True) print(f"({pulseid}) update peakfinder parameters {old_peakfinder_parameters}", flush=True)
print(f" --> {peakfinder_parameters}", flush=True) print(f" --> {peakfinder_parameters}", flush=True)
print("",flush=True) print(flush=True)
except Exception as e: except Exception as e:
print(f"({pulseid}) problem ({e}) to read peakfinder parameters file, worker : {worker}", flush=True) print(f"({pulseid}) problem ({e}) to read peakfinder parameters file, worker : {worker}", flush=True)