mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Fix the config _parse args.
This commit is contained in:
parent
18b01e82cb
commit
7a691b8280
@ -534,7 +534,7 @@ class file:
|
||||
this_isvalid = True
|
||||
else:
|
||||
this_isvalid = False
|
||||
r = self._parse(config, dir, info, data, roc = True, isvalid = this_isvalid)
|
||||
r = self._parse(config, dir, info, roc = True, isvalid = this_isvalid)
|
||||
if r[0] == 'package':
|
||||
if this_isvalid:
|
||||
dir, info, data = self._process_package(r, dir, info, data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user