You can find it in the dlc/BasicResources/plugins/official folder...or whatever the standalone equivalent is. (There should be a warning message at the bottom of the Plugin Manager saying something like "plugin X must be loaded after Y". However, the Plugin Manager only shows 1 warning ...
log.error("Reporting module %s not found in configuration file", pluginInfo.name)# If the processing module is disabled in the config, skip it.ifnotoptions.enabled:continuelog.debug("Run Reporting: "+ pluginInfo.name)try:# Run the Reporting modulereportingModul.run(results, objfile)exceptExcep...
resultInstanceUri = pluginXbrlMethod(self)ifresultInstanceUriisnotNone:returnresultInstanceUriorNone# (empty string returns None)resultInstance = XmlUtil.descendant(XmlUtil.descendant(self,None,"result"),None,"instance")
logging.info("Weapon system online, good hunting.")@atomicdefon_connect(self):''' Called when successfully connected '''ifnotself.is_initialized: self.initialize() self.is_initialized =Truelogging.info("Uplink to orbital control active")defon_disconnect(self):''' Called if the connection is ...
self.reload_plugins_file()defload_plugin_config(self, plugins_file):"""Loads the plugin config file"""ifnotos.path.isfile(plugins_file): logging.warn(u'Could not find Plugin Configuration File "'+ plugins_file +u'"')return{}withopen(plugins_file,'r')asstream:try:returnyaml.load(stream...