if(settings.get("warnings") or (hasattr(error, 'id') and re.compile("^error ").match(error.id))):
self.panel.insert(edit, self.panel.size(), error.id + ' : ' + error.reason + ' ,'.join(details) + ' \n')
if(hasattr(error, 'id') and re.compile("^warning ").match(error.id)):
count_warnings = count_warnings + 1ajpalkovic wrote:icanhaz linux version?
Return to Plugin Announcements
Users browsing this forum: No registered users and 4 guests