def reread_config(self): try: newvalues = configfile.get_config(self.config, 'bittorrent-console') except Exception, e: self.d.error(_("Error reading config: ") + str(e)) return
def reread_config(self): try: newvalues = configfile.get_config(self.config, "btdownloadcurses") except Exception, e: globals()["torrentStatus"] = 0 self.d.error("Error reading config: " + str(e)) return
def reread_config(self): try: newvalues = configfile.get_config(self.config, 'bittorrent-curses') except Exception, e: self.d.error(_("Error reading config: ") + str(e)) return
def read_config(self): try: newvalues = configfile.get_config(self.config, self.configfile_key) except Exception, e: self.logger.error(_("Error reading config: ") + str_exc(e)) return
def read_config(self): try: newvalues = configfile.get_config(self.config, self.configfile_key) except Exception, e: self.logger.error(_("Error reading config: ") + str_exc(e) ) return
def read_config(self): try: newvalues = configfile.get_config(self.config, self.configfile_key) except Exception, e: self.output.message("Error reading config: " + str(e)) return
def read_config(self): try: newvalues = configfile.get_config(self.config, self.configfile_key) except Exception, e: self.output.message('Error reading config: ' + str(e)) return
def reread_config(self): try: newvalues = configfile.get_config(self.config, 'btdownloadcurses') except Exception, e: self.d.error('Error reading config: ' + str(e)) return
def read_config(self): try: newvalues = configfile.get_config(self.config, self.configfile_key) except Exception, e: self.logger.error(_("Error reading config: ") + unicode(e.args[0]) ) return