sb: Fix the log after breaking adding --without-log

This commit is contained in:
Chris Johns 2017-10-12 14:06:43 +11:00
parent d94bd014a8
commit 7c0c0ba16c

View File

@ -281,8 +281,8 @@ class command_line:
def post_process(self, logfile = True):
# Handle the log first.
logctrl = self.get_arg('--without-log')
if logctrl is not None and logfile:
logctrl = self.parse_args('--without-log')
if logctrl is None:
if logfile:
logfiles = self.logfiles()
else: