Fix condition in non reply-application
This commit is contained in:
parent
040824ff9f
commit
3fa2a8ba8f
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ class BaseApplication(object):
|
||||||
self.CONFDIR = self.weboob.workdir
|
self.CONFDIR = self.weboob.workdir
|
||||||
self.config = None
|
self.config = None
|
||||||
self.options = None
|
self.options = None
|
||||||
|
self.condition = None
|
||||||
if option_parser is None:
|
if option_parser is None:
|
||||||
self._parser = OptionParser(self.SYNOPSIS, version=self._get_optparse_version())
|
self._parser = OptionParser(self.SYNOPSIS, version=self._get_optparse_version())
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue