Closedown

This commit is contained in:
sfop
2016-07-06 11:06:00 +02:00
parent a7557b8486
commit 7c2e7b4c60

View File

@@ -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)