ToolBase: use --osc-debug for osc's config value, not the tools own debug parameter
This commit is contained in:
parent
e936910b93
commit
7e97d732af
@ -147,7 +147,7 @@ class CommandLineInterface(cmdln.Cmdln):
|
||||
logging.basicConfig(level=level)
|
||||
|
||||
osc.conf.get_config(override_apiurl = self.options.apiurl,
|
||||
override_debug = self.options.debug,
|
||||
override_debug = self.options.osc_debug,
|
||||
override_http_debug = self.options.http_debug,
|
||||
override_http_full_debug = self.options.http_full_debug)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user