mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 05:57:28 +00:00
Don't try to call __log on a non-existent class
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
3d6432d545
commit
f4c3683ae7
@ -342,7 +342,7 @@ class Britney:
|
||||
|
||||
# integrity checks
|
||||
if self.options.nuninst_cache and self.options.print_uninst:
|
||||
exit.__log("nuninst_cache and print_uninst are mutually exclusive!", type="E")
|
||||
self.__log("nuninst_cache and print_uninst are mutually exclusive!", type="E")
|
||||
sys.exit(1)
|
||||
# if the configuration file exists, than read it and set the additional options
|
||||
elif not os.path.isfile(self.options.config):
|
||||
|
Loading…
x
Reference in New Issue
Block a user