diff options
Diffstat (limited to 'layerindex/update.py')
-rwxr-xr-x | layerindex/update.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layerindex/update.py b/layerindex/update.py index 3a4df2f1e1..9529371c21 100755 --- a/layerindex/update.py +++ b/layerindex/update.py @@ -266,8 +266,8 @@ def main(): # dependencies that may have been missed. Note that creating the # dependencies is a best-effort and continues if they are not found. for branch in branches: + layerconfparser = LayerConfParse(logger=logger, bitbakepath=bitbakepath) try: - layerconfparser = LayerConfParse(logger=logger, bitbakepath=bitbakepath) for layer in layerquery: layerbranch = layer.get_layerbranch(branch) |