git complaining have to commit
This commit is contained in:
parent
ca6f6e513b
commit
ddaf2575e0
|
@ -295,6 +295,7 @@ class GuiGraphViewer (threading.Thread):
|
||||||
dia_chooser.destroy()
|
dia_chooser.destroy()
|
||||||
#TODO: Check to see if file exists
|
#TODO: Check to see if file exists
|
||||||
#NOTE: Dangerous - will happily overwrite any file we have write access too
|
#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")
|
self.fig.savefig(self.exportDir, format="png")
|
||||||
|
|
||||||
def __init__(self, db, settings, querylist, config, debug=True):
|
def __init__(self, db, settings, querylist, config, debug=True):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user