fix callback
This commit is contained in:
parent
9e2345eeb9
commit
17544397dd
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class ConsoleApplication(BaseApplication):
|
||||||
# XXX why is it in ConsoleApplication and not BaseApplication? -romain
|
# XXX why is it in ConsoleApplication and not BaseApplication? -romain
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def _handle_app_options(self):
|
def _handle_options(self):
|
||||||
if self.options.formatter:
|
if self.options.formatter:
|
||||||
formatter_name = self.options.formatter
|
formatter_name = self.options.formatter
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue