From ddaf2575e04279cca9cde4557490cd4c0ae3d43c Mon Sep 17 00:00:00 2001 From: Matt Turnbull Date: Mon, 9 Mar 2009 22:28:35 +0000 Subject: [PATCH] git complaining have to commit --- pyfpdb/GuiGraphViewer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/GuiGraphViewer.py b/pyfpdb/GuiGraphViewer.py index 5c216ade..6645d641 100644 --- a/pyfpdb/GuiGraphViewer.py +++ b/pyfpdb/GuiGraphViewer.py @@ -295,6 +295,7 @@ class GuiGraphViewer (threading.Thread): dia_chooser.destroy() #TODO: Check to see if file exists #NOTE: Dangerous - will happily overwrite any file we have write access too + #TODO: This asks for a directory but will take a filename and overwrite it. self.fig.savefig(self.exportDir, format="png") def __init__(self, db, settings, querylist, config, debug=True):