コード例 #1
0
ファイル: Update.py プロジェクト: eveningwear/aqua-release
 def run(self):
     if not globalProperty.shouldUpdate():
         self.logger.warning(
             "There should be some error happened to cause this update failed in request but I cannot"
         )
         return
     if not self.isQMSGateExist():
         QMSGateLocation = self.getQMSGate()
     super(childTask, self).run()
     return
コード例 #2
0
ファイル: restWkr.py プロジェクト: eveningwear/aqua-release
 def __shouldUpdate(self):
     return globalProperty.shouldUpdate()