From 7c2e7b4c602cb4ee49fff3e3b2e252cebf71ec8c Mon Sep 17 00:00:00 2001 From: sfop Date: Wed, 6 Jul 2016 11:06:00 +0200 Subject: [PATCH] Closedown --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 03db6fb..728eac8 100755 --- a/script/local.py +++ b/script/local.py @@ -126,7 +126,7 @@ def get_plot_snapshots(title = None, file_type = "jpg", temp_path = controller.s """ Returns list with file names of plots snapshots from a plotting context. """ - sleep(0.02) #Give some time to plot to be finished - it is not sync with acquisition + sleep(0.1) #Give some time to plot to be finished - it is not sync with acquisition ret = [] for p in get_plots(title): file_name = os.path.abspath(temp_path + "/" + p.getTitle() + "." + file_type)