X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/blobdiff_plain/c89068f6c234037d7b23b4ed2cec335b05039cf2..98a10bc318400fb93d0d9da10a2e128c7f46578e:/python/database/owner.py diff --git a/python/database/owner.py b/python/database/owner.py index 196bd85..504a70f 100755 --- a/python/database/owner.py +++ b/python/database/owner.py @@ -25,8 +25,8 @@ class Owner(object): e = MAX_VMS_TOTAL 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()