From 5a697af309d43bf7a82ddf97fc4f7504fd2ba909 Mon Sep 17 00:00:00 2001 From: kalt_r Date: Wed, 29 Jun 2016 08:44:42 +0200 Subject: [PATCH] Script execution --- script/local.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/local.py b/script/local.py index 5189eb5..9516744 100755 --- a/script/local.py +++ b/script/local.py @@ -131,6 +131,7 @@ def get_plot_snapshots(title = None, file_type = "jpg", temp_path = controller.s file_name = os.path.abspath(temp_path + "/" + p.getTitle() + "." + file_type) p.saveSnapshot(file_name , file_type) ret.append(file_name) + print file_name return ret