def script_errorReport(self,gesture) :
gesture.send()
colors = self._hasBackground([RGB_ERROR,RGB_WARN])
if(colors[RGB_ERROR]) :
braille.handler.message(_("\t\t error %% error"))
self.appModule.play_error()
elif(colors[RGB_WARN]) :
braille.handler.message(_("\t\t warning %% warning"))
self.appModule.play_warning()
globalCommands.commands.script_reportCurrentLine(gesture)
评论列表
文章目录