X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/blobdiff_plain/a3742fef120ef9b31fdae33b7f405f8286b9694d..abf474c8d08537a4ce66068b0bfbd5639391efcb:/python/database/owner.py diff --git a/python/database/owner.py b/python/database/owner.py index 8526c22..196bd85 100755 --- a/python/database/owner.py +++ b/python/database/owner.py @@ -26,7 +26,7 @@ class Owner(object): if not f: f = MAX_VMS_ACTIVE return """""" % (self.owner_id, a,b,c,d,e,f) def getMemoryQuotas(owner): owner_info = Owner.query().filter_by(owner_id=owner).first()