Script execution

This commit is contained in:
kalt_r
2016-06-29 08:46:15 +02:00
parent 5a697af309
commit 19ef2a0fe4
+1 -1
View File
@@ -131,7 +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
print ret
return ret