mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Fix the log after breaking adding --without-log
This commit is contained in:
parent
d94bd014a8
commit
7c0c0ba16c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user