Ejemplo n.º 1
0
 def show_log(self):
     assert self.logfile, 'BUG: no logfile set (yet)'
     LogFileDialog(self, self.logfile).run()
Ejemplo n.º 2
0
 def show_log(self):
     '''Action for the "View Log" button'''
     assert self.logfile, 'BUG: no logfile set (yet)'
     LogFileDialog(self, self.logfile).run()
Ejemplo n.º 3
0
 def on_show_log(self):
     LogFileDialog(self, self.logging_context.file).run()