print("need config file, use --help for help.")
sys.exit(1)
conf_file = self.args[0]
- return skytools.Config(self.service_name, conf_file, override = self.cf_operride)
+ return skytools.Config(self.service_name, conf_file, override = self.cf_override)
def init_optparse(self, parser = None):
- """Initialize a OptionParser() instance that will be used to
+ """Initialize a OptionParser() instance that will be used to
parse command line arguments.
Note that it can be overrided both directions - either DBScript