Updating pools report

This commit is contained in:
Adolfo Gómez García
2015-07-07 03:40:34 +02:00
parent 78652b550b
commit 1b232d1113
6 changed files with 111 additions and 145 deletions

View File

@@ -120,8 +120,6 @@ class Reports(model.BaseModelHandler):
logger.exception('Generating report')
return self.invalidRequestException(six.text_type(e))
report.__dict__.update()
# Gui related
def getGui(self, uuid):
report = self._findReport(uuid)