Initial GUI commit. Still need to actually handle the attribute change

This commit is contained in:
blitzmann
2015-11-01 19:49:22 -05:00
parent 0e4cca6138
commit 0d0ec42daf
7 changed files with 171 additions and 10 deletions

View File

@@ -422,6 +422,9 @@ def getOverrides(itemID, eager=None):
else:
raise TypeError("Need integer as argument")
def getAllOverrides(eager=None):
return saveddata_session.query(Override).all()
def removeInvalid(fits):
invalids = [f for f in fits if f.isInvalid]