X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/blobdiff_plain/5076b1e1f6f920cf23f8b16f6b222a6a545feb9c..98a10bc318400fb93d0d9da10a2e128c7f46578e:/python/database/owner.py?ds=sidebyside diff --git a/python/database/owner.py b/python/database/owner.py index 8526c22..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()