示例#1
0
文件: reports.py 项目: pieska/pulp
 def _updated(self):
     """
     Notification that the report has been updated.
     Reported using the conduit.
     """
     ProgressReport._updated(self)
     self.conduit.update_progress(self.dict())
示例#2
0
文件: reports.py 项目: pieska/pulp
 def _updated(self):
     """
     Send progress report using the conduit when the report is updated.
     """
     ProgressReport._updated(self)
     self.conduit.set_progress(self.dict())